diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-04-25 08:57:06 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-04-25 08:57:06 -0400 |
| commit | ad7d30a6b0a2d10a59cd422fb1c552048e347b8b (patch) | |
| tree | a31430effaa228141c4eb93bed6ae2597c3e110c /src/addrs.c | |
| parent | c93e82fa285edf0d5ed2447e0b32b9f6ce17f49e (diff) | |
| download | fujinet-chat-ad7d30a6b0a2d10a59cd422fb1c552048e347b8b.tar.gz | |
Fix broken edbox_only_dlist.
Diffstat (limited to 'src/addrs.c')
| -rw-r--r-- | src/addrs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/addrs.c b/src/addrs.c index 7813cd7..653b337 100644 --- a/src/addrs.c +++ b/src/addrs.c @@ -1,6 +1,6 @@ #include "addrs.h" -u8 *edbox_only_dlist = u8p(0x4bb8); +u8 *edbox_only_dlist = u8p(0x3384); /* 60 bytes, 1 GR.0 line and 1 GR.1 line. also 20 more bytes filler. this is the bottom 2 lines of screen 0. |
