From 0b9b047188bc61043095839d2af0e414eced4688 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 18 Mar 2026 03:07:00 -0400 Subject: Tab completion getting better. Add a : after the nick, in channel screens. --- 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 181f17f..14dad03 100644 --- a/src/edbox.h +++ b/src/edbox.h @@ -29,5 +29,8 @@ 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_addchr(char c); + /* append a space to the edit box */ void edbox_space(void); -- cgit v1.2.3