summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-06-01Fix bug where `--read0` not properly displaying long linesJunegunn Choi
2021-05-26Allow specifying 16 base ANSI colors by their namesJunegunn Choi
2021-05-22Add 'unbind' actionJunegunn Choi
2021-05-14Replace RuneWidth to StringWidth to handle grapheme clustersJunegunn Choi
2021-04-06Change --preview-window delimiter from : to , for consistencyJunegunn Choi
2021-04-06Fix minimum preview window heightJunegunn Choi
2021-04-06Apply preview-bg color to preview border of all shapesJunegunn Choi
2021-04-06More border optins for preview windowJunegunn Choi
2021-04-06Ignore more ANSI escape sequencesJunegunn Choi
2021-04-04Speed up preview switching when doing partial renderingJunegunn Choi
2021-04-04Ensure proper ESC seq handling under Windows preview mode (#2430)Michael Kelley
2021-03-26Fix flaky test case: test_interrupt_executeJunegunn Choi
2021-03-25Automatically set /dev/tty as STDIN on execute actionJunegunn Choi
2021-03-20Replace golang.org/x/crypto/ssh/terminal with golang.org/x/term (#2395)Mitsuo Heijo
2021-03-13Advanced preview scroll offset expression to better support fixed headerJunegunn Choi
2021-03-12Fix regression in preview window renderingJunegunn Choi
2021-03-12Add support for preview window headerJunegunn Choi
2021-03-12Fix truncation of colored line when --preview-window wrap is setJunegunn Choi
2021-03-12Fix premature truncation of colored line when --preview-window wrap is setJunegunn Choi
2021-03-12Fix incorrect tab character handlingJunegunn Choi
2021-03-11Speed up ANSI code processing (#2368)Charlie Vieth
2021-03-08Fix deadlocksJunegunn Choi
2021-03-07Fix yet another deadlockJunegunn Choi
2021-03-07Fix deadlock on exitJunegunn Choi
2021-03-07Kill input command on terminateJunegunn Choi
2021-02-28Don't exit fzf by SIGINT while executing command (#2375)bitterfox
2021-02-28Check gofmt in `make test`Junegunn Choi
2021-02-25Add select and deselect actionsJunegunn Choi
2021-02-17Remove redundant assignment (#2356)odeson24
2021-02-02Add `close` actionJunegunn Choi
2021-02-01Fix toggle-preview-wrap actionJunegunn Choi
2021-02-01Fix segmentation fault on \x1b[0KJunegunn Choi
2021-01-15Fix typos in source code (#2322)freddii
2021-01-13Migrate to GitHub ActionsJunegunn Choi
2021-01-04Fix selection changed on terminal resize (#2306)E.L.K
2021-01-03Use more explicit int-to-string conversion.Elliott Sales de Andrade
2021-01-030.25.00.25.0Junegunn Choi
2021-01-03Do not disable mouse on SIGCONT before SIGSTOPJunegunn Choi
2021-01-03Make search toggleableJunegunn Choi
2020-12-31Add preview-top and preview-bottom actionsJunegunn Choi
2020-12-31Fix alt-, for --expectJunegunn Choi
2020-12-30Extend support for alt key chordsJunegunn Choi
2020-12-30Add "last" action to move the cursor to the last matchJunegunn Choi
2020-12-23Prevent index out of range errorJunegunn Choi
2020-12-07Make --color attributes mergeableJunegunn Choi
2020-12-05Fix slice bound error on extremely narrow screenJunegunn Choi
2020-12-05Add --preview-window follow optionJunegunn Choi
2020-12-04Add change-prompt actionJunegunn Choi
2020-12-04Change how hl:-1 or hl+:-1 is applied to text with background colorJunegunn Choi
2020-11-25Fix unit testsJunegunn Choi