diff options
Diffstat (limited to 'src/edbox.c')
| -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(); } |
