aboutsummaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-10 00:30:43 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-10 00:30:43 -0400
commite862223b12d2d23371073e6d6db1e7d73d7cfaa8 (patch)
treec6bdcad88b0ac081d727ac8e58567f2d51229333 /src/screen.h
parent5b6c3a631c6751198c1cbf680476da543cbf6413 (diff)
downloadfujinet-chat-e862223b12d2d23371073e6d6db1e7d73d7cfaa8.tar.gz
add scr_eol_current()
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;