diff options
Diffstat (limited to 'src/screen.c')
| -rw-r--r-- | src/screen.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/screen.c b/src/screen.c index 2d4436f..258a4a7 100644 --- a/src/screen.c +++ b/src/screen.c @@ -10,7 +10,7 @@ /* if DOS isn't being used, the config will carve up the $0700-$1fff area for extra scrollback. */ -unsigned int *bonus_addrs = (unsigned int *)0xf0; +unsigned int *bonus_addrs = (unsigned int *)0xd4; /* aka FR0 */ char scr_status[MAX_SCREENS]; @@ -188,14 +188,6 @@ void scr_show_status(char s) { } } -/* -void scr_hilite_active(void) { - if(scr_active == scr_current) return; - scr_status[scr_active] = SCR_HILITE; - scr_show_status(scr_current); -} -*/ - void scr_refresh(void) { scr_display(scr_current); } |
