Fix issues in tcell renderer and Windows build
- 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
Showing
- .travis.yml 6 additions, 2 deletions.travis.yml
- src/Makefile 1 addition, 1 deletionsrc/Makefile
- src/reader.go 1 addition, 2 deletionssrc/reader.go
- src/terminal.go 7 additions, 0 deletionssrc/terminal.go
- src/tui/ncurses.go 4 additions, 0 deletionssrc/tui/ncurses.go
- src/tui/tcell.go 54 additions, 21 deletionssrc/tui/tcell.go
- src/util/util_unix.go 5 additions, 0 deletionssrc/util/util_unix.go
- src/util/util_windows.go 12 additions, 1 deletionsrc/util/util_windows.go
- test/test_go.rb 1 addition, 1 deletiontest/test_go.rb
Loading
Please register or sign in to comment