aboutsummaryrefslogtreecommitdiff
path: root/src/screen.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-10 00:25:18 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-10 00:25:18 -0400
commit5b6c3a631c6751198c1cbf680476da543cbf6413 (patch)
tree4a8c176455aabf2bd0a887bd40b8ac28a4df0f35 /src/screen.c
parent2f21821ae83c9ddaa464c8a1b06be3c4a0a81020 (diff)
downloadfujinet-chat-5b6c3a631c6751198c1cbf680476da543cbf6413.tar.gz
rejoin screen channels on reconnect.
Diffstat (limited to 'src/screen.c')
-rw-r--r--src/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c
index 617ea2f..4a5bbfc 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -14,7 +14,7 @@ char scr_current;
/* the screen that's currently being written to */
char scr_active;
-static char scr_names[7][32];
+char scr_names[7][32];
static char scr_topics[7][40];
static char xpos;