summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-10-15Add more tests of placeholder flags and simplify its logic (#2624)Vlastimil Ovčáčík
2021-10-15Render spinner on info line during "reload"Junegunn Choi
2021-10-03Minor refactoring tcell library from tui.go to tcell.goVlastimil Ovčáčík
2021-10-03Add mouse support to the FullscreenRendererVlastimil Ovčáčík
2021-10-03Fix Backspace key to emit BSpace and AltBS events instead of CtrlHVlastimil Ovčáčík
2021-10-03Add CtrlCaret keyboard event to FullscreenRendererVlastimil Ovčáčík
2021-10-03Fix Ctrl+Space key combination to emit CtrlSpace instead of Rune ' 'Vlastimil Ovčáčík
2021-10-03Add ability to type AltGr characters in FullscreenRenderer on Windows.Vlastimil Ovčáčík
2021-10-03[tests] Add testing of keyboard events in FullscreenRenderer.GetChar()Vlastimil Ovčáčík
2021-09-29Do not check for --height support on --versionJunegunn Choi
2021-09-28fix: replace broken links with archived onesHiroki Konishi
2021-09-28fix: spelling `Refence` -> `Reference`Hiroki Konishi
2021-09-24Minor changesVlastimil Ovčáčík
2021-09-24[tests] Change tests to output to stdout only with verbose flagVlastimil Ovčáčík
2021-09-24Change the tests to run on Windows (#2615)Vlastimil Ovčáčík
2021-09-14Reset {n} after reloadJunegunn Choi
2021-08-17Fix spelling error (Extention -> Extension) (#2589)Keating950
2021-08-15Restore VT hack for Windows (#2580)Michael Kelley
2021-06-08Do not show preview window by default if `--preview` is emptyJunegunn Choi
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