You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
3 years ago
..
dummy.go Support ANSI code for clearing the rest of the line (ESC[0K) 4 years ago
light.go Replace RuneWidth to StringWidth to handle grapheme clusters 3 years ago
light_unix.go Replace golang.org/x/crypto/ssh/terminal with golang.org/x/term (#2395) 3 years ago
light_windows.go Restore VT hack for Windows (#2580) 3 years ago
tcell.go Minor refactoring tcell library from tui.go to tcell.go 3 years ago
tcell_test.go Fix Backspace key to emit BSpace and AltBS events instead of CtrlH 3 years ago
ttyname_unix.go Automatically set /dev/tty as STDIN on execute action 3 years ago
ttyname_windows.go Automatically set /dev/tty as STDIN on execute action 3 years ago
tui.go Minor refactoring tcell library from tui.go to tcell.go 3 years ago
tui_test.go Add experimental support for 24-bit colors 8 years ago