aboutsummaryrefslogtreecommitdiff
path: root/src/screen.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-23 07:19:20 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-23 07:19:20 -0400
commit52708bc160da106cd406c26f8b797d46e58cc423 (patch)
treeec50cd85909872663bcbeb6df447795c7c5ca98c /src/screen.c
parent4225b6fad870eaec245d5565e5745ee1f80b842c (diff)
downloadfujinet-chat-52708bc160da106cd406c26f8b797d46e58cc423.tar.gz
Use macros for ind_act_*() funcs, shaves 33 bytes off the .xex.
Diffstat (limited to 'src/screen.c')
-rw-r--r--src/screen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/screen.c b/src/screen.c
index 3c61f01..42a7e65 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -43,8 +43,6 @@ void scr_init(void) {
OS.sdmctl = 0; /* disappear the screen */
- ind_net_status = status_box + 40;
-
scr_waitvcount(112); /* after the last GR.0 line */
*SDLST = DLIST_BOT_ADDR;
OS.chbas = FONT_ADDR_HI;