Extend selection commands.

This commit is contained in:
Blaž Hrastnik 2020-09-29 01:00:35 +09:00
parent fbe313779e
commit 3020077da8
13 changed files with 182 additions and 45 deletions

View file

@ -15,9 +15,9 @@ helix-core = { path = "../helix-core" }
helix-view = { path = "../helix-view", features = ["term"]}
anyhow = "1"
argh = "0.1.3"
argh = "0.1"
smol = "1"
num_cpus = "1.13.0"
tui = { version = "0.10.0", default-features = false, features = ["crossterm"] }
num_cpus = "1.13"
tui = { version = "0.11", default-features = false, features = ["crossterm"] }
crossterm = { version = "0.17", features = ["event-stream"] }