aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-14 05:41:18 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-14 05:41:18 -0400
commit46cf314a383fd0015f11801e7ab1412d9d1df7c9 (patch)
tree0e346879ae836c6404a6297d7b122fb4ce1c0f89 /src
parent4e69bbef63866b17ccac241aec2bd5b5c65b02a9 (diff)
downloadfujinet-chat-46cf314a383fd0015f11801e7ab1412d9d1df7c9.tar.gz
scrollback mode no longer freezes the network.
Diffstat (limited to 'src')
-rw-r--r--src/irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc.c b/src/irc.c
index 2dc57e3..e185350 100644
--- a/src/irc.c
+++ b/src/irc.c
@@ -696,7 +696,7 @@ static void scrollback() {
OS.ch = 0xff;
scr_scrollback();
while(OS.ch == 0xff)
- /* NOP */ ;
+ irc_read();
keyclick();
OS.ch = 0xff;
scr_end_scrollback();