aboutsummaryrefslogtreecommitdiff
path: root/src/edbox.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-18 03:07:00 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-18 03:07:00 -0400
commit0b9b047188bc61043095839d2af0e414eced4688 (patch)
tree1060687339b0847eaee1d15ceb14d5777f61cc63 /src/edbox.h
parent2ae01c91c28ea8ce05266d1e121438af140b870f (diff)
downloadfujinet-chat-0b9b047188bc61043095839d2af0e414eced4688.tar.gz
Tab completion getting better. Add a : after the nick, in channel screens.
Diffstat (limited to 'src/edbox.h')
-rw-r--r--src/edbox.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/edbox.h b/src/edbox.h
index 181f17f..14dad03 100644
--- a/src/edbox.h
+++ b/src/edbox.h
@@ -30,4 +30,7 @@ extern void (*edbox_callback)(void);
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);