diff options
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); |
