summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorC. McEnroe2020-02-02 18:39:08 -0500
committerC. McEnroe2020-02-02 18:40:21 -0500
commit8ec17d4f8ce2edab30d998d6b279f0e5cd840022 (patch)
treefe6824bfb005f1826f04fcb06988207ef2e733ee /chat.h
parenta507ff40732b1f6fe9c5dbc1f1f17ef00bcccf5d (diff)
Use tsl/fsl capabilities for title if available
Also manually fill them if TERM=xterm* because they really should be
there.
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chat.h b/chat.h
index f9de779..8a806f1 100644
--- a/chat.h
+++ b/chat.h
@@ -129,9 +129,7 @@ enum TermEvent {
 	TermPasteStart,
 	TermPasteEnd,
 };
-void termInit(void);
 void termNoFlow(void);
-void termTitle(const char *title);
 void termMode(enum TermMode mode, bool set);
 enum TermEvent termEvent(char ch);