diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-15 02:12:10 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-15 02:12:10 -0400 |
| commit | de94023547c353fccbe5d39a021d78761a6dd31f (patch) | |
| tree | b579d1575e12fc7639f716b36e3f8c2ef07abecf | |
| parent | 1dd376e5850be0d83bd9ac0cf1ec6e2444eaedc7 (diff) | |
| download | fujinet-chat-de94023547c353fccbe5d39a021d78761a6dd31f.tar.gz | |
derpage that kept the edbox visible always.
| -rw-r--r-- | src/edbox.c | 2 |
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(); } |
