fzf/src
Junegunn Choi dc55e68524
Remove unnecessary SCP (Save Cursor Position)
It is reported that it can have an unwanted side effect of clearing the
screen on terminal emulators that do not properly support it.

Patch suggested by @arya.

Close #1011
2017-08-09 01:58:29 +09:00
..
algo Optimize exact match by applying the same trick for fuzzy match 2017-07-30 18:16:54 +09:00
tui Remove unnecessary SCP (Save Cursor Position) 2017-08-09 01:58:29 +09:00
util Modify loop conditions in checkAscii function 2017-08-01 22:04:42 +09:00
ansi_test.go Update ANSI processor to handle more VT-100 escape sequences 2016-11-14 02:15:23 +09:00
ansi.go Optimize ANSI code scanner 2017-07-19 21:49:41 +09:00
cache_test.go Consolidate Result and rank structs 2017-07-18 03:14:33 +09:00
cache.go Consolidate Result and rank structs 2017-07-18 03:14:33 +09:00
chunklist_test.go Reduce memory footprint of Item struct 2017-07-16 23:34:32 +09:00
chunklist.go Remove non-exclusive access to ChunkList field 2017-08-02 00:09:00 +09:00
constants.go 0.16.11 2017-08-02 02:50:28 +09:00
core.go Do not use defer in performance-sensitive contexts 2017-08-01 03:44:55 +09:00
history_test.go Implement tcell-based renderer 2016-11-07 02:32:14 +09:00
history.go Lint 2015-08-02 13:11:59 +09:00
item_test.go Micro-optimizations 2016-08-19 02:39:32 +09:00
item.go Reduce memory footprint of Item struct 2017-07-16 23:34:32 +09:00
LICENSE 0.16.3 2017-01-30 01:53:17 +09:00
matcher.go Consolidate Result and rank structs 2017-07-18 03:14:33 +09:00
merger_test.go Further reduce unnecessary rune array conversion 2017-07-21 17:31:11 +09:00
merger.go Consolidate Result and rank structs 2017-07-18 03:14:33 +09:00
options_test.go Avoid unconditionally storsing input as runes 2017-07-20 02:44:30 +09:00
options.go Add missing --no-expect flag 2017-07-04 23:02:15 +09:00
pattern_test.go Fix invalid cache lookups 2017-08-08 13:23:33 +09:00
pattern.go Fix invalid cache lookups 2017-08-08 13:23:33 +09:00
reader_test.go Performance fix - unnecessary rune convertion on --ansi 2015-08-02 14:25:57 +09:00
reader.go Print [ERROR] on info line when the default command failed 2017-07-01 01:13:15 +09:00
result_test.go Consolidate Result and rank structs 2017-07-18 03:14:33 +09:00
result.go Consolidate Result and rank structs 2017-07-18 03:14:33 +09:00
terminal_test.go Further reduce unnecessary rune array conversion 2017-07-21 17:31:11 +09:00
terminal_unix.go Support CTRL-Z (SIGSTOP) 2017-04-28 22:58:08 +09:00
terminal_windows.go Support CTRL-Z (SIGSTOP) 2017-04-28 22:58:08 +09:00
terminal.go Make deselect-all instantaneous 2017-07-28 13:13:03 +09:00
tokenizer_test.go Avoid unconditionally storsing input as runes 2017-07-20 02:44:30 +09:00
tokenizer.go Avoid unconditionally storsing input as runes 2017-07-20 02:44:30 +09:00
update_assets.rb Update release script to upload assets in parallel 2017-01-22 18:33:30 +09:00