summaryrefslogtreecommitdiffstats
path: root/src/ansi.go
AgeCommit message (Expand)Author
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 calculation0.9.12Junegunn Choi
2015-03-27Fix #162 - Ignore \e[KJunegunn Choi
2015-03-23Fix #155 - Empty ANSI color code to reset color stateJunegunn Choi
2015-03-22Fix ANSI output in the presence of multibyte charactersJunegunn Choi
2015-03-22Code cleanupJunegunn Choi
2015-03-19Add support for ANSI color codesJunegunn Choi