summaryrefslogtreecommitdiffstats
path: root/src/tui/tcell.go
AgeCommit message (Expand)Author
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-22Drop ncurses dependencyJunegunn 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-08Add --height optionJunegunn Choi
2016-12-05Truncate long lines in preview windowJunegunn Choi
2016-11-26[tcell] 24-bit color supportJunegunn Choi
2016-11-24[ncurses6] Support italicsJunegunn Choi
2016-11-23Do not ignore resize event from ncurses and tcellJunegunn Choi
2016-11-19Revamp escape sequence processing for WSLJunegunn Choi
2016-11-15Add --no-bold optionJunegunn Choi
2016-11-09Fix --color=bw on tcell buildJunegunn Choi
2016-11-08Fix issues in tcell renderer and Windows buildJunegunn Choi
2016-11-07Implement tcell-based rendererMichael Kelley