aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-16 05:58:15 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-16 05:58:15 -0400
commitaa80b9e5b46dda31b091314a2a05f4ad2094ed1c (patch)
tree67e77972ddd5b3c0aaa9e44a7eff0827a9771a38
parent3d82ea91464265f334f99ad26b919f6a9678799d (diff)
downloadfujinet-chat-aa80b9e5b46dda31b091314a2a05f4ad2094ed1c.tar.gz
Start+E also shows the status bar.
-rw-r--r--TODO1
-rw-r--r--font_dl.asm5
2 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index 5ad3903..4b92e2d 100644
--- a/TODO
+++ b/TODO
@@ -12,7 +12,6 @@ FujiChat features, we're almost at parity!
Other stuff:
-- The Start+E editbox-only mode should also show the status bar.
- Status indicators # M J etc should disappear at some point. When
the user switches windows. Also maybe there should be a timer.
- ^U works, but is slow (calls backspace() in a loop, which does a
diff --git a/font_dl.asm b/font_dl.asm
index 4f528a7..3cd43e5 100644
--- a/font_dl.asm
+++ b/font_dl.asm
@@ -83,7 +83,10 @@ dl_status_lms
.byte $70, $70, $70, $70, $70, $70, $70, $70
.byte $42
.word $0600 ; edit_box from addrs.c
- .byte $02, $02, $02, $02, $02
+ .byte $02, $02, $02, $02
+ .byte $42
+ .word $a798 ; status_box from addrs.c
+ .byte $06 ; GR.1
.byte $41
.word edbox_only_dlist