mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
d'oh
This commit is contained in:
parent
d9a582a741
commit
3a85dbda18
1 changed files with 2 additions and 0 deletions
|
@ -464,6 +464,7 @@ C_ProcessInput (void)
|
|||
static void
|
||||
C_KeyEvent (knum_t key, short unicode, qboolean down)
|
||||
{
|
||||
#ifdef HAVE_CURSES
|
||||
int ovf = view_offset;
|
||||
|
||||
switch (key) {
|
||||
|
@ -488,6 +489,7 @@ C_KeyEvent (knum_t key, short unicode, qboolean down)
|
|||
Con_ProcessInputLine (input_line, key);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue