diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-17 06:56:38 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-17 06:57:14 -0400 |
| commit | 463b67e23ebe42134a1cf0f62569b7c772e9ed66 (patch) | |
| tree | 946118ff11adc6525ceb0760cfd3aa22bb706338 /src/edbox.h | |
| parent | ded1053f8b525e78d1121fd7f0a764ec5cc8cc05 (diff) | |
| download | fujinet-chat-463b67e23ebe42134a1cf0f62569b7c772e9ed66.tar.gz | |
Channel tab completion for the [server] screen.
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); |
