diff options
author | bptato <nincsnevem662@gmail.com> | 2024-02-29 20:37:37 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-02-29 20:42:34 +0100 |
commit | 6de9ada2e58d4bc341bb7f23db6db08d8b95d8e2 (patch) | |
tree | 992fe44d24b906b1f2ea024351b6474a5280d332 /doc | |
parent | 1f3e1d397513c2a7a27372c3fe5c4bc9d74b6f09 (diff) | |
download | chawan-6de9ada2e58d4bc341bb7f23db6db08d8b95d8e2.tar.gz |
Add mouse support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md index 64ed6a44..d4a4f46a 100644 --- a/doc/config.md +++ b/doc/config.md @@ -250,6 +250,13 @@ numeric prefix as their first argument.<br> Note: this only applies for keybindings defined in [page].</td> </tr> +<tr> +<td>use-mouse</td> +<td>boolean</td> +<td>Whether Chawan is allowed to use the mouse.<br> +Currently, the default behavior imitates that of w3m.</td> +</tr> + </table> Examples: |