diff options
author | June McEnroe <june@causal.agency> | 2020-02-02 18:39:08 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-02 18:40:21 -0500 |
commit | 8ec17d4f8ce2edab30d998d6b279f0e5cd840022 (patch) | |
tree | fe6824bfb005f1826f04fcb06988207ef2e733ee /chat.h | |
parent | Set title in statusUpdate (diff) | |
download | catgirl-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 '')
-rw-r--r-- | chat.h | 2 |
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); |