From ba295fcffbd353e45297bbeec96f681bb4f2e00e Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 2 Mar 2026 13:57:09 -0500 Subject: channel text goes to correct screen. --- src/screen.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/screen.h') 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); -- cgit v1.2.3