diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-13 05:09:14 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-13 05:09:14 -0400 |
| commit | 08d6fe8f61b3b0a0b767cfca93412703017810a3 (patch) | |
| tree | be24640dc80550376caacd1d83075e950eb78e19 /src/edbox.h | |
| parent | 5c3f9502bcda72dd4202a5a752441abcdf246ad1 (diff) | |
| download | fujinet-chat-08d6fe8f61b3b0a0b767cfca93412703017810a3.tar.gz | |
Don't hide the edit box when some other channel becomes active.
Diffstat (limited to 'src/edbox.h')
| -rw-r--r-- | src/edbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
