aboutsummaryrefslogtreecommitdiff
path: root/src/edbox.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-15 02:12:10 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-15 02:12:10 -0400
commitde94023547c353fccbe5d39a021d78761a6dd31f (patch)
treeb579d1575e12fc7639f716b36e3f8c2ef07abecf /src/edbox.c
parent1dd376e5850be0d83bd9ac0cf1ec6e2444eaedc7 (diff)
downloadfujinet-chat-de94023547c353fccbe5d39a021d78761a6dd31f.tar.gz
derpage that kept the edbox visible always.
Diffstat (limited to 'src/edbox.c')
-rw-r--r--src/edbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edbox.c b/src/edbox.c
index f8f334c..e3a1e85 100644
--- a/src/edbox.c
+++ b/src/edbox.c
@@ -245,6 +245,6 @@ void edbox_keystroke(void) {
normal_keystroke();
}
- edbox_show();
+ if(edbox_visible) edbox_show();
show_cursor();
}