fzf/src/tui
Junegunn Choi 284d77fe2e
Add 'focus' event
Can we find a better name? I have considered the followings.

* 'point', because "the pointer" points to the current item.
* 'shift', 'switch', 'move', etc. These are not technically correct
  because the current item can change without cursor movement (--tac,
  reload, search update)
* 'change' is already taken. 'change-current' feels a bit wordy and
  sounds wrong, 'current-changed' is wordy and doesn't go well with the
  other event names
* 'target', not straightforward

Close #3053
2023-01-23 16:38:24 +09:00
..
dummy.go Better support for Windows terminals 2023-01-16 01:26:39 +09:00
light_unix.go Modernize build tags 2022-03-29 21:23:45 +09:00
light_windows.go Modernize build tags 2022-03-29 21:23:45 +09:00
light.go Add 'transform-border-label' and 'transform-preview-label' 2023-01-22 02:18:19 +09:00
tcell_test.go Add support for ANSI strike-through (#2932) 2022-08-26 09:27:49 +09:00
tcell.go Add 'transform-border-label' and 'transform-preview-label' 2023-01-22 02:18:19 +09:00
ttyname_unix.go Modernize build tags 2022-03-29 21:23:45 +09:00
ttyname_windows.go Modernize build tags 2022-03-29 21:23:45 +09:00
tui_test.go Add experimental support for 24-bit colors 2017-01-10 02:16:12 +09:00
tui.go Add 'focus' event 2023-01-23 16:38:24 +09:00