aboutsummaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
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);