summaryrefslogtreecommitdiffstats
path: root/src/tui
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-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-09Fix --color=bw on tcell buildJunegunn 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