diff options
Diffstat (limited to 'src/screen.c')
| -rw-r--r-- | src/screen.c | 2 |
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; |
