Mail Archives: djgpp/2001/10/16/04:03:24
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
- Raw text -