summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-03-29Modernize build tagsJunegunn Choi
2022-03-09Increase TTY buffer limitJunegunn Choi
2021-12-22Fix rendering of the prompt line when overflow occurs with `--info=inline`Junegunn Choi
2021-12-05Remove unused codeJunegunn Choi
2021-12-05change-preview-window to take multiple option sets separated by '|'Junegunn Choi
2021-11-30Implement change-preview and change-preview-window actionsJunegunn Choi
2021-11-04Add 'put' action for putting the character to the promptJunegunn Choi
2021-11-03Add --header-first option to display header before prompt lineJunegunn Choi
2021-11-02Implement --scroll-off=LINESJunegunn Choi
2021-11-02Document escaping and expanding of quotes on WindowsVlastimil Ovčáčík
2021-11-02Test escaping of powershell commands on WindowsVlastimil Ovčáčík
2021-11-02Fix powershell escapingRashil Gandhi
2021-10-25Cache cygpath resultJunegunn Choi
2021-10-23Respect SHELL env var on Windows (#2641)Rashil Gandhi
2021-10-23Reload should update preview windowJunegunn Choi
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