From 11d445b6720d78d4fe847affb1d26ee0a552ea0f Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 13 Aug 2018 22:54:02 -0400 Subject: Add termTitle --- chat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chat.h') diff --git a/chat.h b/chat.h index 7e9f220..d6dfdf7 100644 --- a/chat.h +++ b/chat.h @@ -109,6 +109,8 @@ enum TermEvent { TERM_PASTE_START, TERM_PASTE_END, }; +void termInit(void); +void termTitle(const char *title); void termMode(enum TermMode mode, bool set); enum TermEvent termEvent(char ch); -- cgit 1.4.1