diff options
Diffstat (limited to 'src/edbox.h')
| -rw-r--r-- | src/edbox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/edbox.h b/src/edbox.h index 4863407..181f17f 100644 --- a/src/edbox.h +++ b/src/edbox.h @@ -28,3 +28,6 @@ extern void (*edbox_callback)(void); /* set edit box contents (clears out whatever was there) */ void edbox_set(char *contents); + +/* append a space to the edit box */ +void edbox_space(void); |
