summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-11-26[tcell] 24-bit color supportJunegunn Choi
2016-11-25Workaround for rendering glitch in case of short-lived input processJunegunn Choi
2016-11-24[ncurses6] Suppress tui.Italic on ncurses 5Junegunn Choi
2016-11-24[ncurses6] Support italicsJunegunn Choi
2016-11-24[ncurses6] Use wcolor_set to support more than 256 color pairsJunegunn Choi
2016-11-23Make escape delay configurable via ncurses standard $ESCDELAYJunegunn Choi
2016-11-23Do not ignore resize event from ncurses and tcellJunegunn Choi
2016-11-190.15.8Junegunn Choi
2016-11-19Fix --no-bold on --no-colorJunegunn Choi
2016-11-19Reduce ESC delay to 100msJunegunn Choi
2016-11-19Revamp escape sequence processing for WSLJunegunn Choi
2016-11-15Add --no-bold optionJunegunn Choi
2016-11-14Update ANSI processor to handle more VT-100 escape sequencesJunegunn Choi
2016-11-090.15.7Junegunn Choi
2016-11-09Fix panic when color is disabled and header lines contain ANSI colorsJunegunn Choi
2016-11-090.15.6Junegunn Choi
2016-11-09Fix --color=bw on tcell buildJunegunn Choi
2016-11-08GOOS=windows make releaseJunegunn Choi
2016-11-08Wait for additional keys after ESC for up to 100msJunegunn Choi
2016-11-08Fix issues in tcell renderer and Windows buildJunegunn Choi
2016-11-07Implement tcell-based rendererMichael Kelley
2016-11-07Prepare for termbox/windows buildJunegunn Choi
2016-10-30Update ANSI processor to ignore ^N and ^OJunegunn Choi
2016-10-30Strip ^N and ^O from preview outputJunegunn Choi
2016-10-28Fix header lines being cleared on toggle-previewJunegunn Choi
2016-10-230.15.5Junegunn Choi
2016-10-21Set foreground color without affecting backgroundJunegunn Choi
2016-10-21Allow other options to follow --color without specJunegunn Choi
2016-10-18Use relative position instead of absolute distance for --tiebreak=endJunegunn Choi
2016-10-040.15.4Junegunn Choi
2016-10-04Use exact match by default for inverse search termJunegunn Choi
2016-10-04Display scroll indicator in preview windowJunegunn Choi
2016-10-04Adjust maximum scroll offsetJunegunn Choi
2016-10-03Support field index expressions in preview and execute actionJunegunn Choi
2016-09-29Use unicode.IsSpace to cover more whitespace charactersJunegunn Choi
2016-09-290.15.3Junegunn Choi
2016-09-29Fix SEGV when trying to render preview but the window is closedJunegunn Choi
2016-09-29Fix failing unit tests on ANSI attributesJunegunn Choi
2016-09-29Add support for more ANSI color attributes (#674)Junegunn Choi
2016-09-250.15.2Junegunn Choi
2016-09-25Ignore VT100-related escape codesJunegunn Choi
2016-09-25Support high intensity colorsJunegunn Choi
2016-09-25Add preview-page-up and preview-page-down actionsJunegunn Choi
2016-09-25Make preview windows scrollableJunegunn Choi
2016-09-210.15.1Junegunn Choi
2016-09-21Avoid rendering delay when displaying extremely long linesJunegunn Choi
2016-09-21Fix temp directory in a test caseJunegunn Choi
2016-09-21Fix panic when pattern occurs after 2^15-th columnJunegunn Choi
2016-09-19Add --print0 optionJunegunn Choi
2016-09-18Printable character in --expect set should not affect --print-queryJunegunn Choi