mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
minor improvements in cursor location handling
This commit is contained in:
parent
e9e2bbf1c1
commit
ca78b9ecd8
1 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,7 @@ C_Init (void)
|
|||
leaveok (status, TRUE);
|
||||
|
||||
scrollok (input, FALSE);
|
||||
leaveok (input, FALSE);
|
||||
nodelay (input, TRUE);
|
||||
keypad (input, TRUE);
|
||||
|
||||
|
@ -215,6 +216,7 @@ C_Print (const char *fmt, va_list args)
|
|||
}
|
||||
touchwin (stdscr);
|
||||
wrefresh (output);
|
||||
wrefresh (input);
|
||||
} else
|
||||
#endif
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue