Improve handling of character counts
- properly handle zero/single/double-width characters - don't count CSI escape codes as characters in the prompt
... | ... | @@ -10,6 +10,7 @@ name = "liner" |
name = "liner_test" | ||
[dependencies] | ||
unicode-width = "0.1.*" | ||
[dependencies.termion] | ||
git = "https://github.com/Ticki/termion.git" | ||
... | ... |
Please register or sign in to comment