diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-14 00:49:17 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-14 00:49:17 -0400 |
| commit | 52940550fae5f5002d58653d146c862d8a637aa8 (patch) | |
| tree | b3ffd16c7d639662f097ecf0f5c8927b0ae28a18 /src/screen.h | |
| parent | 8a0ba119cbfe62ec27172fc669ca306002162cde (diff) | |
| download | fujinet-chat-52940550fae5f5002d58653d146c862d8a637aa8.tar.gz | |
remove scr_topics and scr_set_topic(), not going to display the topic in the status line.
Diffstat (limited to 'src/screen.h')
| -rw-r--r-- | src/screen.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/screen.h b/src/screen.h index ee11e8c..cbe8615 100644 --- a/src/screen.h +++ b/src/screen.h @@ -47,12 +47,6 @@ char scr_create(const char *name, char display); /* destroys a screen (frees up its slot). */ void scr_destroy(char s); -/* sets the topic for a screen (the 2nd line of the status box). - this can't just be another argument to scr_create() because we - don't know the topic yet when we create a screen (also, the - server and msgs windows don't have topics anyway). */ -void scr_set_topic(char s, const char *topic); - /* switch display to screen s. updates the display list. clears s's active flag. calls scr_show_status(). */ void scr_display(char s); |
