From 7dd075509dbbf4883388240af2cf4c6dd925cc87 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 14 Mar 2026 02:32:09 -0400 Subject: use GR.1 for screen status line. also revert to using only one status_box. --- src/edbox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/edbox.c') diff --git a/src/edbox.c b/src/edbox.c index 1b56e5c..4847713 100644 --- a/src/edbox.c +++ b/src/edbox.c @@ -39,6 +39,7 @@ void edbox_show(void) { scr_waitvcount(116); *dlist_status_lms = addr; + *dlist_last_line = 0x02; /* ANTIC GR.0 */ edbox_visible = 1; show_cursor(); } -- cgit v1.2.3