From 463b67e23ebe42134a1cf0f62569b7c772e9ed66 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 17 Mar 2026 06:56:38 -0400 Subject: Channel tab completion for the [server] screen. --- src/edbox.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/edbox.h') 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); -- cgit v1.2.3