Support the Curses-only configuration

This commit is contained in:
Ray Chason
2026-07-10 09:08:55 -04:00
parent 7889eedfa5
commit e00b32263e
6 changed files with 21 additions and 3 deletions
+2
View File
@@ -61,6 +61,7 @@ static unsigned int dos_ioctl(int, int, unsigned);
extern boolean pckeys(unsigned char, unsigned char); /* pckeys.c */
#endif
#ifdef TTY_GRAPHICS
int
tgetch(void)
{
@@ -86,6 +87,7 @@ tgetch(void)
#endif
return ((ch == '\r') ? '\n' : ch);
}
#endif /* TTY_GRAPHICS */
/*
* Keyboard translation tables.
+1 -1
View File
@@ -89,7 +89,7 @@ get_scr_size(void)
txt_get_scr_size();
}
#ifdef ENHANCED_SYMBOLS
#if defined(TTY_GRAPHICS) && defined(ENHANCED_SYMBOLS)
void g_pututf8(uint8 *utf8str)
{
/* not implemented for msdos (yet) */