Lift restrictions on tilesets
Support full color tilesets with tiles of arbitrary size.
This commit is contained in:
committed by
Pasi Kallinen
parent
34da5ea372
commit
82a219c227
@@ -64,6 +64,11 @@ tgetch()
|
||||
{
|
||||
char ch;
|
||||
|
||||
#ifdef SCREEN_VESA
|
||||
if (iflags.usevesa) {
|
||||
vesa_flush_text();
|
||||
}
|
||||
#endif /*SCREEN_VESA*/
|
||||
/* BIOSgetch can use the numeric key pad on IBM compatibles. */
|
||||
#ifdef SIMULATE_CURSOR
|
||||
if (iflags.grmode && cursor_flag)
|
||||
|
||||
Reference in New Issue
Block a user