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.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/screen.h') diff --git a/src/screen.h b/src/screen.h index a53530b..f8db33e 100644 --- a/src/screen.h +++ b/src/screen.h @@ -27,6 +27,9 @@ extern char scr_active; active screen clears its active flag. */ extern char scr_status[MAX_SCREENS]; +/* names (channel or query). should be treated as read-only by callers. */ +extern char scr_names[7][32]; + /* call before using any of the other functions. sets up the display list, clears all screen memory, selects screen 0 for display. */ -- cgit v1.2.3