From 5b6c3a631c6751198c1cbf680476da543cbf6413 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 10 Mar 2026 00:25:18 -0400 Subject: rejoin screen channels on reconnect. --- src/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screen.c') 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; -- cgit v1.2.3