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 /res | |
parent | 1f3e1d397513c2a7a27372c3fe5c4bc9d74b6f09 (diff) | |
download | chawan-6de9ada2e58d4bc341bb7f23db6db08d8b95d8e2.tar.gz |
Add mouse support
Diffstat (limited to 'res')
-rw-r--r-- | res/config.toml | 1 |
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" |