about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-02 18:39:08 -0500
committerJune McEnroe <june@causal.agency>2020-02-02 18:40:21 -0500
commit8ec17d4f8ce2edab30d998d6b279f0e5cd840022 (patch)
treefe6824bfb005f1826f04fcb06988207ef2e733ee /chat.h
parentSet title in statusUpdate (diff)
downloadcatgirl-8ec17d4f8ce2edab30d998d6b279f0e5cd840022.tar.gz
catgirl-8ec17d4f8ce2edab30d998d6b279f0e5cd840022.zip
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);