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
tyama711 fb019d43bf
Fix a bug of height range with -1 or -0 (#3226)
Fixed a bug that when both heightUnknown and deferred are true, deferred is not properly reset and the program terminates abnormally.

Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
2 years ago
..
algo Fix inconsistent bonus points in exact match 2 years ago
protector Modernize build tags 3 years ago
tui Add 'one' event 2 years ago
util Render CR and LF as ␍ and ␊ 2 years ago
LICENSE 0.36.0 2 years ago
ansi.go Add support for ANSI strike-through (#2932) 2 years ago
ansi_test.go Update ANSI test cases 2 years ago
cache.go
cache_test.go
chunklist.go
chunklist_test.go
constants.go
core.go Fix a bug of height range with -1 or -0 (#3226) 2 years ago
history.go
history_test.go
item.go
item_test.go
matcher.go
merger.go Add --track option to track the current selection 2 years ago
merger_test.go
options.go Add 'one' event 2 years ago
options_test.go Action argument in enclosed form should allow new lines 2 years ago
pattern.go Fix incorrect ordering of `--tiebreak=chunk` 2 years ago
pattern_test.go Fix incorrect ordering of `--tiebreak=chunk` 2 years ago
reader.go
reader_test.go
result.go Fix panic on inverse match query with `--tiebreak=chunk` 2 years ago
result_others.go Modernize build tags 3 years ago
result_test.go Add new tiebreak: 'chunk' 2 years ago
result_x86.go Modernize build tags 3 years ago
server.go Omit port number in `--listen` for automatic port assignment 2 years ago
terminal.go Add 'one' event 2 years ago
terminal_test.go Reformat comments adhere to gofmt 2 years ago
terminal_unix.go Modernize build tags 3 years ago
terminal_windows.go Modernize build tags 3 years ago
tokenizer.go Fix delimiter regex to properly support caret (^) 2 years ago
tokenizer_test.go