fzf/src/util
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
2016-11-08 02:06:34 +09:00
..
atomicbool_test.go Reorganize source code 2015-01-12 12:56:17 +09:00
atomicbool.go Reorganize source code 2015-01-12 12:56:17 +09:00
chars_test.go [perf] Remove memory copy when using string delimiter 2016-08-14 04:30:55 +09:00
chars.go Use unicode.IsSpace to cover more whitespace characters 2016-09-29 22:40:22 +09:00
eventbox_test.go Reorganize source code 2015-01-12 12:56:17 +09:00
eventbox.go Code cleanup 2015-03-22 16:05:54 +09:00
slab.go Revise ranking algorithm 2016-09-18 14:34:46 +09:00
util_test.go [perf] evaluateBonus can start from sidx - 1 2016-08-14 11:58:47 +09:00
util_unix.go Fix issues in tcell renderer and Windows build 2016-11-08 02:06:34 +09:00
util_windows.go Fix issues in tcell renderer and Windows build 2016-11-08 02:06:34 +09:00
util.go Prepare for termbox/windows build 2016-11-07 02:32:14 +09:00