ChangeLog 20000515-17:15 GMT+1

This commit is contained in:
Ryszard Glab
2000-05-15 15:07:28 +00:00
parent 4eb57576a2
commit 680a20f4e9
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
20000515-17:15 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*source/rtl/gtcrs/gtcrs.c
*fixed initialization of curses library
20000514-22:25 GMT-8 Ron Pinkas <Ron@Profit-Master.com>
* source/compiler/harbour.l

View File

@@ -102,11 +102,10 @@ static void hb_gt_Initialize_Terminal( void )
}
}
cbreak();
noecho();
nodelay( stdscr, 1 );
scrollok( stdscr, FALSE );
raw();
nodelay( stdscr, TRUE );
keypad( stdscr, FALSE );
s_under_xterm = !strncmp( getenv("TERM"), "xterm", 5 );