diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-10 00:25:18 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-10 00:25:18 -0400 |
| commit | 5b6c3a631c6751198c1cbf680476da543cbf6413 (patch) | |
| tree | 4a8c176455aabf2bd0a887bd40b8ac28a4df0f35 /src/screen.h | |
| parent | 2f21821ae83c9ddaa464c8a1b06be3c4a0a81020 (diff) | |
| download | fujinet-chat-5b6c3a631c6751198c1cbf680476da543cbf6413.tar.gz | |
rejoin screen channels on reconnect.
Diffstat (limited to 'src/screen.h')
| -rw-r--r-- | src/screen.h | 3 |
1 files changed, 3 insertions, 0 deletions
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. */ |
