summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorHubert Hirtz <hubert@hirtz.pm>2021-04-27 14:41:45 +0200
committerHubert Hirtz <hubert@hirtz.pm>2021-04-27 14:48:48 +0200
commitef1ca1c2efcab9886d3781193b0cafb552ac8689 (patch)
treefa9978561c23320bd2155b50c5cc18063005a33a /config.go
parentRevert back to tcell 2.2.0 (diff)
Add option to disable sending typing notifications
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.go b/config.go
index 6b2a2f8..dde65de 100644
--- a/config.go
+++ b/config.go
@@ -15,6 +15,8 @@ type Config struct {
Password *string
NoTLS bool `yaml:"no-tls"`
+ NoTypings bool `yaml:"no-typings"`
+
Highlights []string
OnHighlight string `yaml:"on-highlight"`
NickColWidth int `yaml:"nick-column-width"`