Skip to content
Snippets Groups Projects
  • Junegunn Choi's avatar
    898d8d94
    Fix issues in tcell renderer and Windows build · 898d8d94
    Junegunn Choi authored
    - 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
    898d8d94
    History
    Fix issues in tcell renderer and Windows build
    Junegunn Choi authored
    - 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
Code owners