ChangeLog 20000426-16:58 GMT+1

This commit is contained in:
Ryszard Glab
2000-04-26 14:51:18 +00:00
parent ff961b27f6
commit 52f57b78fc
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
20000426-16:58 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*source/rtl/gtcrs/gtcrs.c
* the terminal is no longer scrolled up if something is
written at MAXROW(),MAXCOL() position
20000426-15:17 GMT+1 Antonio Linares <alinares@fivetech.com>
+ source/compiler/genobj32.c
* compiler version added into OBJ record

View File

@@ -105,7 +105,7 @@ static void hb_gt_Initialize_Terminal( void )
cbreak();
noecho();
nodelay( stdscr, 1 );
scrollok( stdscr, TRUE );
scrollok( stdscr, FALSE );
raw();
keypad( stdscr, FALSE );