aboutsummaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h
index f8db33e..ee11e8c 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -84,6 +84,7 @@ void scr_activate_name(const char *name);
void scr_putc(char s, char c);
void scr_putc_active(char c);
void scr_eol_active(void);
+void scr_eol_current(void);
/* print text to a screen. handles scrolling. this
doesn't have to be the screen being displayed, of course;