From 08d6fe8f61b3b0a0b767cfca93412703017810a3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 13 Mar 2026 05:09:14 -0400 Subject: Don't hide the edit box when some other channel becomes active. --- src/edbox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/edbox.h') diff --git a/src/edbox.h b/src/edbox.h index 548dc87..c919ee9 100644 --- a/src/edbox.h +++ b/src/edbox.h @@ -4,6 +4,8 @@ #define EDBOX_SIZE 240 +extern int edbox_visible; + /* clear the contents of the edit box (whether it's visible or not) */ void edbox_clear(void); -- cgit v1.2.3