summaryrefslogtreecommitdiffstats
path: root/src/tui
AgeCommit message (Expand)Author
2020-11-03Use default bg color when fg is set to -1 with reverse attributeJunegunn Choi
2020-10-31Revert "Prefer LightRenderer on Windows if it's available"Junegunn Choi
2020-10-31Prefer LightRenderer on Windows if it's availableJunegunn Choi
2020-10-26Add more --border optionsJunegunn Choi
2020-10-25Fix preview window of tcell rendererJunegunn Choi
2020-10-25Add support for text styling using --colorJunegunn Choi
2020-10-23Do not assume that each character takes at least 1 columnJunegunn Choi
2020-10-18Implement streaming preview window (#2215)Junegunn Choi
2020-09-02Add truecolor support for Windows, if available (#2156)Michael Kelley
2020-07-03Ignore cursor position reportJunegunn Choi
2020-07-03Use rune characters instaed of numbers in codeJunegunn Choi
2020-06-07Add backward-eof event for --bindJunegunn Choi
2020-05-18Do not disable mouse after execute(-silent) when --height option is usedJunegunn Choi
2020-03-10Make height option work under Windows (#1341)Michael Kelley
2020-03-07Do not read more than 10K characters from /dev/ttyJunegunn Choi
2020-03-05Add more --border options; default changed to "rounded"Junegunn Choi
2020-02-24Add 'insert' key for --bindJunegunn Choi
2020-02-24Fix panic on unexpected escape sequencesJunegunn Choi
2020-01-18Fix F1, F2, F3, F4 on rxvt-unicodeJunegunn Choi
2019-12-31Use rounded cornersJunegunn Choi
2019-12-12Add preview-fg and preview-bg for --colorJunegunn Choi
2019-12-12Gutter color of 16-color theme should be undefined by defaultJunegunn Choi
2019-11-15Fix --preview-window noborder with non-default background colorJunegunn Choi
2019-11-14More key chords for --bindJunegunn Choi
2019-11-05Improvements to code quality and readability (#1737)Alexandr
2019-08-06Fix #1657: alt-0 to alt-9Junegunn Choi
2019-07-19Code cleanup (#1640)Christian Muehlhaeuser
2019-03-29Add --no-unicode option to draw borders in ASCII charactersJunegunn Choi
2019-03-17Add color option for gutterJunegunn Choi
2018-09-28Do not wait for more keystrokes after double escape charactersJunegunn Choi
2018-09-27Restore STDIN during execute-silentJunegunn Choi
2018-09-27Don't drop buffered input data in findOffset() (#1392)Tim Cuthbertson
2018-08-08Handle incomplete ESC sequence in typeahead buffer (#1350)Michael Kelley
2018-04-25Implement ttyname() in case /dev/tty is not availableJunegunn Choi
2018-04-12Do not print non-displayable charactersJunegunn Choi
2018-04-12Add support for alt-{up,down,left,right} keysJunegunn Choi
2018-02-15Add shift-up and shift-downJunegunn Choi
2017-12-01Support binding of left-click and right-clickJunegunn Choi
2017-09-09Clean up renderer codeJunegunn Choi
2017-09-08Fix custom foreground color inside preview window (addendum)Junegunn Choi
2017-09-02Delete ncurses implementationJunegunn Choi
2017-08-09Remove unnecessary SCP (Save Cursor Position)Junegunn Choi
2017-08-02Exit 2 instead of panic when failed to open /dev/ttyJunegunn Choi
2017-07-21Fix regression: ANSI color in preview window not clearedJunegunn Choi
2017-07-19Improve preview window renderingJunegunn Choi
2017-07-18Adjust --no-clear option for repetitive relaunchingJunegunn Choi
2017-06-22Fix handling of bracketed paste modeJunegunn Choi
2017-06-03Fixes for CygwinJunegunn Choi
2017-06-01Use glide to handle go dependenciesEdgar Lee
2017-05-25Use read syscall directly to get character (#931)Tw