summaryrefslogtreecommitdiff
path: root/src/tui/tui.go
AgeCommit message (Expand)Author
2020-02-24Add 'insert' key for --bindJunegunn 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-03-29Add --no-unicode option to draw borders in ASCII charactersJunegunn Choi
2019-03-17Add color option for gutterJunegunn 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-07-19Improve preview window renderingJunegunn Choi
2017-05-22Implement bindable "change" event and "top" actionJunegunn Choi
2017-04-28Support CTRL-Z (SIGSTOP)Junegunn Choi
2017-04-28Add support for ctrl-alt-[a-z] key chordsJunegunn Choi
2017-02-04Add --border option to draw horizontal lines above and below the finderJunegunn Choi
2017-01-28Add support for ctrl-space keyJunegunn Choi
2017-01-16Propertly fill window with background colorJunegunn Choi
2017-01-16Optimize LightRenderer for slow terminalsJunegunn Choi
2017-01-11Print error message to stderr on unexpected exitJunegunn Choi
2017-01-11Make preview renderer suspend early on line wrapJunegunn Choi
2017-01-11Make fzf immediately quit when failed to read /dev/ttyJunegunn Choi
2017-01-10Add experimental support for 24-bit colorsJunegunn Choi
2017-01-08Add --height optionJunegunn Choi
2016-11-26[tcell] 24-bit color supportJunegunn Choi
2016-11-23Do not ignore resize event from ncurses and tcellJunegunn Choi
2016-11-19Revamp escape sequence processing for WSLJunegunn Choi
2016-11-07Prepare for termbox/windows buildJunegunn Choi