about summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-02-29 20:37:37 +0100
committerbptato <nincsnevem662@gmail.com>2024-02-29 20:42:34 +0100
commit6de9ada2e58d4bc341bb7f23db6db08d8b95d8e2 (patch)
tree992fe44d24b906b1f2ea024351b6474a5280d332 /res
parent1f3e1d397513c2a7a27372c3fe5c4bc9d74b6f09 (diff)
downloadchawan-6de9ada2e58d4bc341bb7f23db6db08d8b95d8e2.tar.gz
Add mouse support
Diffstat (limited to 'res')
-rw-r--r--res/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/config.toml b/res/config.toml
index f4787eed..5b130762 100644
--- a/res/config.toml
+++ b/res/config.toml
@@ -50,6 +50,7 @@ default-headers = {
 
 [input]
 vi-numeric-prefix = true
+use-mouse = true
 
 [display]
 color-mode = "auto"