summaryrefslogtreecommitdiffstats
path: root/src/ansi_test.go
AgeCommit message (Expand)Author
2023-12-25Fix handling of empty ANSI color sequenceJunegunn Choi
2022-08-13Update ANSI test casesJunegunn Choi
2022-08-13Support colon delimiter in ANSI escape sequencesJunegunn Choi
2022-08-12Reformat comments adhere to gofmtJunegunn Choi
2021-09-28fix: replace broken links with archived onesHiroki Konishi
2021-09-28fix: spelling `Refence` -> `Reference`Hiroki Konishi
2021-09-24[tests] Change tests to output to stdout only with verbose flagVlastimil Ovčáčík
2021-03-11Speed up ANSI code processing (#2368)Charlie Vieth
2020-11-25Fix unit testsJunegunn Choi
2019-03-07Always prepend ANSI reset code before re-assembling tokensJunegunn Choi
2019-03-06Preserve the original color of each token when using --with-nth with --ansiJunegunn Choi
2018-03-13Make fzf pass go vetRyan Boehning
2016-11-14Update ANSI processor to handle more VT-100 escape sequencesJunegunn Choi
2016-11-07Prepare for termbox/windows buildJunegunn Choi
2016-09-29Fix failing unit tests on ANSI attributesJunegunn Choi
2016-08-19Micro-optimizationsJunegunn Choi
2016-06-14Do not process ANSI codes in --preview output at onceJunegunn Choi
2015-08-02Performance tuning - eager rune array conversionJunegunn Choi
2015-07-22Fix ANSI processor to handle multi-line regionsJunegunn Choi
2015-03-27Fix #162 - Ignore \e[KJunegunn Choi
2015-03-23Fix #155 - Empty ANSI color code to reset color stateJunegunn Choi
2015-03-22Code cleanupJunegunn Choi
2015-03-19Add support for ANSI color codesJunegunn Choi