summaryrefslogtreecommitdiffstats
path: root/src/tui
AgeCommit message (Collapse)Author
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
Also add support for alt-[0-9] and f1[12]
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
Close #661
2016-11-08Fix issues in tcell renderer and Windows buildJunegunn Choi
- Fix display of CJK wide characters - Fix horizontal offset of header lines - Add support for keys with ALT modifier, shift-tab, page-up and down - Fix util.ExecCommand to properly parse command-line arguments - Fix redraw on resize - Implement Pause/Resume for execute action - Remove runtime check of GOOS - Change exit status to 2 when tcell failed to start - TBD: Travis CI build for tcell renderer - Pending. tcell cannot reliably ingest keys from tmux send-keys
2016-11-07Implement tcell-based rendererMichael Kelley
2016-11-07Prepare for termbox/windows buildJunegunn Choi
`TAGS=termbox make` (or `go build -tags termbox`)