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

@@ -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 );