Commit Graph

12 Commits (f2ce233a6dfe5d8c30a6abe527db9187790f4245)

Author SHA1 Message Date
Junegunn Choi 1448d631a7
Add --height option 8 years ago
Junegunn Choi 898d8d94c8
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
8 years ago
Junegunn Choi 72cc558fdc Fix travis CI build 9 years ago
Junegunn Choi b882de87ab Fix Travis CI build 9 years ago
Junegunn Choi b2c423d1ff Cleanup - no more rubygems 9 years ago
Junegunn Choi 4d2d18649c Add basic test cases for shell extensions (#83)
- Key bindings for bash, zsh, and fish
- Fuzzy completion for bash (file, dir, process)
9 years ago
Junegunn Choi e6a0de4094 Fix Travis CI build 10 years ago
Junegunn Choi 1990f3c992 Do not build i386 binary on Travis CI to speed up the process 10 years ago
Junegunn Choi c0b432f7b4 Fix Travis-CI build 10 years ago
Junegunn Choi ae3180f919 Fix CTRL-Y key binding
With tmux-based test cases
10 years ago
Omer Katz b34f93f307 Use travis' new build workers
They boot faster and since we don't use root we can use them.
10 years ago
Junegunn Choi 76a3ef8c37 Add --with-nth option (#102) 10 years ago