fzf/src/tui
Junegunn Choi d779ff7e6d
Make search toggleable
- `--phony` renamed to `--disabled` for consistency
    - `--no-phony` is now `--enabled`
- Added `enable-search`, `disable-search`, and `toggle-search` actions
  for `--bind`
- Added `--color` options: `query` and `disabled`

Close #2303
2021-01-03 00:15:00 +09:00
..
dummy.go Support ANSI code for clearing the rest of the line (ESC[0K) 2020-11-25 01:49:48 +09:00
light.go Extend support for alt key chords 2020-12-30 18:39:17 +09:00
light_unix.go Add truecolor support for Windows, if available (#2156) 2020-09-02 13:47:13 +09:00
light_windows.go Add truecolor support for Windows, if available (#2156) 2020-09-02 13:47:13 +09:00
tcell.go Extend support for alt key chords 2020-12-30 18:39:17 +09:00
ttyname_unix.go Implement ttyname() in case /dev/tty is not available 2018-04-25 17:50:47 +09:00
ttyname_windows.go Implement ttyname() in case /dev/tty is not available 2018-04-25 17:50:47 +09:00
tui.go Make search toggleable 2021-01-03 00:15:00 +09:00
tui_test.go Add experimental support for 24-bit colors 2017-01-10 02:16:12 +09:00