aboutsummaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-02 13:57:09 -0500
committerB. Watson <urchlay@slackware.uk>2026-03-02 13:57:09 -0500
commitba295fcffbd353e45297bbeec96f681bb4f2e00e (patch)
treef389f30118fd48fb0c0b2eec9033b6ecc3ac4a7c /src/screen.h
parentd9944f89414147a333652d4007864d13ac84c4d1 (diff)
downloadfujinet-chat-ba295fcffbd353e45297bbeec96f681bb4f2e00e.tar.gz
channel text goes to correct screen.
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h
index bb70999..a53530b 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -101,6 +101,8 @@ void scr_print_priv(const char *text);
will have to call this. */
void scr_activate(char s);
+char *scr_get_cur_name(void);
+
/* XXX: this really should be in a utils.c or common.c... */
void scr_waitvcount(u8 c);