summaryrefslogtreecommitdiff
path: root/src/ansi.go
AgeCommit message (Expand)Author
2025-06-280.63.0Junegunn Choi
2025-06-27Reset full-background property after a new lineJunegunn Choi
2025-06-26Fix highlight offsets of multi-line entriesJunegunn Choi
2025-06-25Refactor ANSI parserJunegunn Choi
2025-06-25Support full-line background color in the list sectionJunegunn Choi
2025-06-23Allow \e[K in addition to \e[0K for full-line backgroundJunegunn Choi
2025-01-22Support OSC 8 sequence with BEL charactersJunegunn Choi
2025-01-20Make 'current-fg' inherit from 'fg' to simplify configurationJunegunn Choi
2025-01-10Trim unsupported OSC sequences (#4169)Junegunn Choi
2025-01-10Support ANSI sequences with mixed ; and : delimiters (#4169)Junegunn Choi
2024-08-14Fix OSC 8 parserJunegunn Choi
2024-08-14Add support for hyperlinks in preview windowJunegunn Choi
2024-05-07Refactor the code to remove global variablesJunegunn Choi
2024-05-07Refactor the code so that fzf can be used as a library (#3769)Junegunn Choi
2024-04-02Further performance improvements by removing unnecessary copiesJunegunn Choi
2023-12-25Fix handling of empty ANSI color sequenceJunegunn Choi
2023-09-16Respect ANSI codes to reset propertiesJunegunn Choi
2022-08-26Add support for ANSI strike-through (#2932)Emil Vanherp
2022-08-25ansi: speed up escape sequence parsing (#2927)Charlie Vieth
2022-08-13Support colon delimiter in ANSI escape sequencesJunegunn Choi
2022-08-12Reformat comments adhere to gofmtJunegunn Choi
2021-04-06Ignore more ANSI escape sequencesJunegunn Choi
2021-03-11Speed up ANSI code processing (#2368)Charlie Vieth
2021-02-01Fix segmentation fault on \x1b[0KJunegunn Choi
2020-11-25Support ANSI code for clearing the rest of the line (ESC[0K)Junegunn Choi
2020-03-03Ignore xterm OSC control sequencesJunegunn Choi
2020-02-18Update ANSI processor to handle "rmso" and "rmul"Junegunn Choi
2019-03-07Always prepend ANSI reset code before re-assembling tokensJunegunn Choi
2019-03-07Use simple string concatenation instead of using fmt.SprintfJunegunn Choi
2019-03-06Preserve the original color of each token when using --with-nth with --ansiJunegunn Choi
2017-08-26Minor refactoringsJunegunn Choi
2017-08-18Short-circuit ANSI processing if no ANSI codes are foundJunegunn Choi
2017-08-17Revert "Short-circuit ANSI processing if no ANSI codes are found"Junegunn Choi
2017-08-17Short-circuit ANSI processing if no ANSI codes are foundJunegunn Choi
2017-07-19Optimize ANSI code scannerJunegunn Choi
2017-02-02Update ANSI processor to strip ^H along with its preceding characterJunegunn Choi
2016-11-26[tcell] 24-bit color supportJunegunn Choi
2016-11-24[ncurses6] Support italicsJunegunn Choi
2016-11-14Update ANSI processor to handle more VT-100 escape sequencesJunegunn Choi
2016-11-07Prepare for termbox/windows buildJunegunn Choi
2016-10-30Update ANSI processor to ignore ^N and ^OJunegunn Choi
2016-09-29Add support for more ANSI color attributes (#674)Junegunn Choi
2016-09-25Ignore VT100-related escape codesJunegunn Choi
2016-09-25Support high intensity colorsJunegunn Choi
2016-08-19Micro-optimizationsJunegunn Choi
2016-07-15Fix duplicate rendering of the last line in preview windowJunegunn 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-05-22Fix ANSI offset calculationJunegunn Choi