summaryrefslogtreecommitdiffstats
path: root/src/ansi
AgeCommit message (Expand)Author
2023-05-24Clean upDan Davison
2023-02-28Fix clippy warnings (#1298)nickelc
2022-12-03try fix bad alignment in unicode (#1144) (#1145)Sheldon Nico
2022-10-24measure_text_width() without constructing a temporary stringThomas Otto
2022-09-15Refactoring ansi/iterator (#1191)Maxim Zhiburt
2022-08-16Fix clippy warnings after rust 1.63 upgrademliszcz
2022-02-20Support CSI sequences other than SGR (#976)Yoichi NAKAYAMA
2022-01-13Fix new 1.58 clippy lintsThomas Otto
2021-12-07Move explain_ansi() part out of parse_ansi()Thomas Otto
2021-11-22Function to compute text index in string containing ANSI sequencesDan Davison
2021-11-22Clarify tests of ansi_preserving_sliceDan Davison
2021-11-22Parse styles from a string containing ANSI sequencesDan Davison
2021-10-16Add side-by-side line wrappingThomas Otto
2021-08-21Add some test coverage for truncate_str with a multibyte unicode characterDan Davison
2021-03-29Clippy (#554)Dan Davison
2021-01-27Bump vte from 0.9.0 to 0.10.0 (#486)dependabot-preview[bot]
2020-12-05Resolve TODODan Davison
2020-12-05Update handling of underline caseDan Davison
2020-12-05Update to vte 0.9.0Dan Davison
2020-11-22remove unuseful to_vec function (#397)Marco Ieni
2020-11-07remove some clippy warnings (#383)Marco Ieni
2020-11-05fix some clippy warnings (#380)Marco Ieni
2020-08-14New ANSI escape sequence parser based on vteDan Davison
2020-08-01Change parse_first_style() to take &str instead of bytes iteratorDan Davison
2020-08-01Bug fix: honor blink attributes in ANSI parserDan Davison
2020-08-01Parse ANSI escape sequences as ansi_term StyleDan Davison