fzf/src
Junegunn Choi 3829eab1cf
Support ANSI code for clearing the rest of the line (ESC[0K)
Some programs use it to set the background color for the whole line.

  fzf --preview "printf 'normal \x1b[42mgreen\x1b[0K \x1b[43myellow\x1b[m\nnormal again'"

  fzf --preview 'delta <(echo foo) <(echo bar) < /dev/tty'

Fix #2249
2020-11-25 01:49:48 +09:00
..
algo
protector
tui Support ANSI code for clearing the rest of the line (ESC[0K) 2020-11-25 01:49:48 +09:00
util
ansi_test.go
ansi.go Support ANSI code for clearing the rest of the line (ESC[0K) 2020-11-25 01:49:48 +09:00
cache_test.go
cache.go
chunklist_test.go
chunklist.go
constants.go 0.24.0-rc1 2020-10-27 11:07:27 +09:00
core.go 0.24.0-rc1 2020-10-27 11:07:27 +09:00
history_test.go
history.go
item_test.go
item.go
LICENSE
matcher.go
merger_test.go
merger.go
options_test.go Add support for text styling using --color 2020-10-25 19:30:41 +09:00
options.go Fix handling of arrow keys with alt and/or shift modifier 2020-11-24 19:51:19 +09:00
pattern_test.go
pattern.go Smart match of accented characters 2020-07-28 13:06:57 +09:00
reader_test.go
reader.go
result_others.go
result_test.go Add support for text styling using --color 2020-10-25 19:30:41 +09:00
result_x86.go
result.go Add support for text styling using --color 2020-10-25 19:30:41 +09:00
terminal_test.go
terminal_unix.go
terminal_windows.go
terminal.go Support ANSI code for clearing the rest of the line (ESC[0K) 2020-11-25 01:49:48 +09:00
tokenizer_test.go
tokenizer.go