From aa80b9e5b46dda31b091314a2a05f4ad2094ed1c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 16 Mar 2026 05:58:15 -0400 Subject: Start+E also shows the status bar. --- font_dl.asm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'font_dl.asm') 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 -- cgit v1.2.3