diff options
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. */ |
