Skip to content

Commit

Permalink
fix unicode alignment/truncation and add left truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
moh-eulith committed Nov 18, 2022
1 parent 1b988ed commit f35b5ed
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 220 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ parking_lot = { version = "0.12.0", optional = true }
thiserror = "1.0.15"
anyhow = "1.0.28"
derivative = "2.1.1"
unicode-segmentation = "1.10.0"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", optional = true, features = ["handleapi", "minwindef", "processenv", "winbase", "wincon"] }
Expand Down
Loading

0 comments on commit f35b5ed

Please sign in to comment.