fix(formatting): prevent crashes on files with multibyte characters (#51)
* Fix crash when truncating to middle of a character * Fix alignment of file names with wide characters * Respect use ::formatting convention
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -191,6 +191,7 @@ dependencies = [
|
||||
"structopt 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"termion 1.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tui 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user