summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-01-27 17:52:39 -0500
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-01-27 17:52:39 -0500
commit9d7f75b2b5b5c51a723dc55b0e8ec3b999b21bcb (patch)
tree515794c057cff46651978380f1fa0621f7ea6b5a /Cargo.toml
parent25b2128bbfdf0b6b0e3431900c6b01a7b1ece080 (diff)
add mouse scroll support without mouse terminal
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d8d292c..f410bcb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,4 +45,4 @@ devicons = [ "phf" ]
file_mimetype = []
mouse = []
recycle_bin = [ "trash" ]
-default = [ "clipboard", "mouse", "phf", "recycle_bin" ]
+default = [ "clipboard", "phf", "recycle_bin" ]