diff options
author | Blaž Hrastnik | 2021-06-18 08:31:31 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-20 07:38:58 +0000 |
commit | 9275021497fc13938317b681319ba571c8d5f478 (patch) | |
tree | 40e54a40a2d97eade3fcf3531bbf52559395970a /Cargo.lock | |
parent | 59c59deb464d347be796735b2d15f5a19a38bf3f (diff) |
ui: prompt: Better unicode support
We copied over eval_movement from wezterm, that already solves most of
our problems. self.cursor is now byte-based.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -329,6 +329,8 @@ dependencies = [ "serde_json", "tokio", "toml", + "unicode-segmentation", + "unicode-width", ] [[package]] |