Message-ID: <3BCBE83D.2D943FBF@ma.tum.de> Date: Tue, 16 Oct 2001 09:56:45 +0200 From: Waldemar Schultz X-Mailer: Mozilla 4.75 [de] (Win98; U) X-Accept-Language: de,en-US MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com Subject: Re: Turbo Vision 1.1.3 release References: <200110151458 DOT f9FEw1228742 AT delorie DOT com> Content-Type: text/plain; charset=iso-8859-1 X-MIME-Autoconverted: from 8bit to quoted-printable by sunrbg2.mathematik.tu-muenchen.de id f9G7ukL27369 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id f9G7upe00466 Reply-To: djgpp AT delorie DOT com salvador schrieb: > Turbo Vision is a Text User Interface and programing framework. For more > information visit: > > http://www.geocities.com/setedit2001/tvision.html > > This mail is to announce the release of Turbo Vision 1.1.3. This release > just adds support for gcc 3.1 but is also a switch to the "stable" state. So > in the next weeks I'll only fix compilation issues and without increasing > the release number. > A list of changes in each release can be found in the homepage. > Sources of the library can be downloaded from: > > http://www.simtel.net/gnudlpage.php?product=/gnu/djgpp/v2tk/tv113s.zip&name=tv113s.zip Many thanks for your great work. in the DEMO directory I made the following changes for some 'beautification' :-) File ascii.cc 216 //sprintf(str, "%s%c%s%3d%s%2X", 217 sprintf(str, "%s%c%s%3d%s%2X ", //wsz: to print 32 characters 220 //" Hex ", (int)asciiChar); 221 " Hex: ", (int)asciiChar); //wsz: :-) File calendar.cc 150 //sprintf(str, "\036%15s %4d\037", monthNames[month], year); 151 sprintf(str, "\036%12s %4d \037", monthNames[month], year); //wsz: to see full year and down arrow a question: how complicated would it be to change the sorting algorithm of "Open a File" Name *.c Open ________ Files Cancel #52tmp/  ________ #mytmp/ _ Help ../ _ ________ 2d.c _ 2lwr.c _ 2lwrsemi.c _ 2upr.c _ 3d_hyd.c _ 66/ _ album/ _ to show directories first (or last) Name *.c Open ________ Files Cancel ../  ________ #52tmp/ _ Help #mytmp/ _ ________ 66/ _ album/ _ 2d.c _ 2lwr.c _ 2lwrsemi.c _ 2upr.c _ 3d_hyd.c _ Thanks. -- Gruss Waldemar Schultz. schultz AT ma DOT tum DOT de Technische Universität München, Zentrum Mathematik M1, D 80290 München Tel: +49 (0)89 2892 8226 FAX: +49 (0)89 2892 8228