mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +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);
|
leaveok (status, TRUE);
|
||||||
|
|
||||||
scrollok (input, FALSE);
|
scrollok (input, FALSE);
|
||||||
|
leaveok (input, FALSE);
|
||||||
nodelay (input, TRUE);
|
nodelay (input, TRUE);
|
||||||
keypad (input, TRUE);
|
keypad (input, TRUE);
|
||||||
|
|
||||||
|
@ -215,6 +216,7 @@ C_Print (const char *fmt, va_list args)
|
||||||
}
|
}
|
||||||
touchwin (stdscr);
|
touchwin (stdscr);
|
||||||
wrefresh (output);
|
wrefresh (output);
|
||||||
|
wrefresh (input);
|
||||||
} else
|
} else
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue