diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-14 02:32:09 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-14 02:32:09 -0400 |
| commit | 7dd075509dbbf4883388240af2cf4c6dd925cc87 (patch) | |
| tree | 798ff60b9570fdca60b4c11a1f6a7a5478e63a5a /src/edbox.c | |
| parent | 52940550fae5f5002d58653d146c862d8a637aa8 (diff) | |
| download | fujinet-chat-7dd075509dbbf4883388240af2cf4c6dd925cc87.tar.gz | |
use GR.1 for screen status line. also revert to using only one status_box.
Diffstat (limited to 'src/edbox.c')
| -rw-r--r-- | src/edbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
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(); } |
