summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexey Yerin <yyp@disroot.org>2021-04-27 21:22:35 +0300
committerHubert Hirtz <hubert@hirtz.pm>2021-04-28 10:13:54 +0200
commitb455cc9ad7694268346e26fc44a7f6cd7524e877 (patch)
tree271bdf9fded36b54393dc8ce35b7b9cff0473286 /doc
parentMake sure app.s is not nil when issuing quit (diff)
Make mouse support optional
To not break existing users, mouse is enabled by default but you have an option to disable it with "mouse: false" in your /.confg/senpai/senpai.yaml.
Diffstat (limited to 'doc')
-rw-r--r--doc/senpai.5.scd3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/senpai.5.scd b/doc/senpai.5.scd
index b0d27ec..1218f73 100644
--- a/doc/senpai.5.scd
+++ b/doc/senpai.5.scd
@@ -68,6 +68,9 @@ Some settings are required, the others are optional.
Prevent senpai from sending typing notifications which let others know when
you are typing a message. Defaults to false.
+*mouse*
+ Enable or disable mouse support. Defaults to true.
+
*debug*
Dump all sent and received data to the home buffer, useful for debugging.
By default, false.