index
:
delta.git/.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ansi
Age
Commit message (
Expand
)
Author
2024-11-29
clippy 1.83: fix unnecessary_first_then_check
Thomas Otto
2024-11-29
clippy 1.83: apply explicit lifetimes elisions suggestions
Thomas Otto
2024-08-01
Wrap --help output and use pager
Thomas Otto
2024-07-22
Add truncate_str_short() which always returns a prefix of the input
Thomas Otto
2024-03-02
Switch from vte to anstyle-parse (already used in dependencies) (#1638)
Josh Triplett
2023-05-24
Clean up
Dan Davison
2023-02-28
Fix clippy warnings (#1298)
nickelc
2022-12-03
try fix bad alignment in unicode (#1144) (#1145)
Sheldon Nico
2022-10-24
measure_text_width() without constructing a temporary string
Thomas Otto
2022-09-15
Refactoring ansi/iterator (#1191)
Maxim Zhiburt
2022-08-16
Fix clippy warnings after rust 1.63 upgrade
mliszcz
2022-02-20
Support CSI sequences other than SGR (#976)
Yoichi NAKAYAMA
2022-01-13
Fix new 1.58 clippy lints
Thomas Otto
2021-12-07
Move explain_ansi() part out of parse_ansi()
Thomas Otto
2021-11-22
Function to compute text index in string containing ANSI sequences
Dan Davison
2021-11-22
Clarify tests of ansi_preserving_slice
Dan Davison
2021-11-22
Parse styles from a string containing ANSI sequences
Dan Davison
2021-10-16
Add side-by-side line wrapping
Thomas Otto
2021-08-21
Add some test coverage for truncate_str with a multibyte unicode character
Dan Davison
2021-03-29
Clippy (#554)
Dan Davison
2021-01-27
Bump vte from 0.9.0 to 0.10.0 (#486)
dependabot-preview[bot]
2020-12-05
Resolve TODO
Dan Davison
2020-12-05
Update handling of underline case
Dan Davison
2020-12-05
Update to vte 0.9.0
Dan Davison
2020-11-22
remove unuseful to_vec function (#397)
Marco Ieni
2020-11-07
remove some clippy warnings (#383)
Marco Ieni
2020-11-05
fix some clippy warnings (#380)
Marco Ieni
2020-08-14
New ANSI escape sequence parser based on vte
Dan Davison
2020-08-01
Change parse_first_style() to take &str instead of bytes iterator
Dan Davison
2020-08-01
Bug fix: honor blink attributes in ANSI parser
Dan Davison
2020-08-01
Parse ANSI escape sequences as ansi_term Style
Dan Davison