fzf/src/tui
Vlastimil Ovčáčík b8aa2d2c32 Minor refactoring tcell library from tui.go to tcell.go
To prevent including tcell library in non-windows builds.
2021-10-03 01:39:30 +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 Replace RuneWidth to StringWidth to handle grapheme clusters 2021-05-14 11:44:44 +09:00
light_unix.go Replace golang.org/x/crypto/ssh/terminal with golang.org/x/term (#2395) 2021-03-20 14:38:34 +09:00
light_windows.go Restore VT hack for Windows (#2580) 2021-08-15 16:01:50 +09:00
tcell.go Minor refactoring tcell library from tui.go to tcell.go 2021-10-03 01:39:30 +09:00
tcell_test.go Fix Backspace key to emit BSpace and AltBS events instead of CtrlH 2021-10-03 01:39:30 +09:00
ttyname_unix.go Automatically set /dev/tty as STDIN on execute action 2021-03-25 20:00:09 +09:00
ttyname_windows.go Automatically set /dev/tty as STDIN on execute action 2021-03-25 20:00:09 +09:00
tui.go Minor refactoring tcell library from tui.go to tcell.go 2021-10-03 01:39:30 +09:00
tui_test.go Add experimental support for 24-bit colors 2017-01-10 02:16:12 +09:00