aboutsummaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-26 05:33:19 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-26 05:33:19 -0400
commit5ffacabaca37bfae01c07624d1e74efb7bd0680c (patch)
tree3d213bf97e63fe1f7ab0d1279fc3d4867b6003f5 /src/screen.h
parentd4077f32b9bf3a924dca1764fa57a4263a65a964 (diff)
downloadfujinet-chat-5ffacabaca37bfae01c07624d1e74efb7bd0680c.tar.gz
Experimenting with extra scrollback; this is not in its final form yet.
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 9acd720..0d3e268 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -57,6 +57,7 @@ void scr_display(char s);
note that it's a bad idea to write to the screen while it's
scrolled back! */
void scr_scrollback(void);
+void scr_scrollback_bonus(void);
/* end scrollback mode (display the bottom 23 lines + status) */
void scr_end_scrollback(void);