about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-03-19 20:04:51 +0000
committerJames Booth <boothj5@gmail.com>2013-03-19 20:05:56 +0000
commit608c09c90d1b9bbe2cb297847f196dca2ba95a32 (patch)
treeaee692556cfbd250ca4c54c9d4347c9e62fa9e6b /src/command
parent1c8cba352e5f53e2670134edcee61060da1faebe (diff)
downloadprofani-tty-608c09c90d1b9bbe2cb297847f196dca2ba95a32.tar.gz
Mouse handling disabled by default.
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 8ea7769e..58b241f1 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -545,7 +545,9 @@ static struct cmd_t setting_commands[] =
           "If set to 'on', profanity will handle mouse actions, which enables scrolling the main window with the mouse wheel.",
           "To select text, use the shift key while selcting an area.",
           "If set to 'off', profanity leaves mouse handling to the terminal implementation.",
-          "The default is 'on', if you have strange behaviour with mouse actions, set to 'off'.",
+          "This feature is experimental, certain mouse click events may occasionally freeze",
+          "Profanity until a key is pressed or another mouse event is received",
+          "The default is 'off'.",
           NULL } } },
 
     { "/chlog",