aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-14 02:32:09 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-14 02:32:09 -0400
commit7dd075509dbbf4883388240af2cf4c6dd925cc87 (patch)
tree798ff60b9570fdca60b4c11a1f6a7a5478e63a5a /src/main.c
parent52940550fae5f5002d58653d146c862d8a637aa8 (diff)
downloadfujinet-chat-7dd075509dbbf4883388240af2cf4c6dd925cc87.tar.gz
use GR.1 for screen status line. also revert to using only one status_box.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index ed310b6..135ce89 100644
--- a/src/main.c
+++ b/src/main.c
@@ -163,6 +163,8 @@ void main(void) {
OS.soundr = 0; // Turn off SIO beeping sound
OS.color2 = conf->colors[0];
OS.color1 = conf->colors[1];
+ OS.color0 = 0xca; /* green for active */
+ OS.color3 = 0x48; /* red for highlight (not used yet) */
OS.noclik = conf->disable_keyclick;
hz = (GTIA_READ.pal & 0x0e) ? 60 : 50;