ChangeLog 20000515-17:15 GMT+1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user