summaryrefslogtreecommitdiffstats
path: root/src/tui
AgeCommit message (Expand)Author
2022-12-09Add color name 'preview-label' (#3053)Junegunn Choi
2022-11-18Fix mouse event above fzf finderJunegunn Choi
2022-11-06Add --border=[bold|double] and --preview-window=border-[bold|double]Junegunn Choi
2022-11-06Fix --border-label and --preview-label on tcell rendererJunegunn Choi
2022-11-01Add horizontal separator after info panel (counter)Junegunn Choi
2022-11-01Add --border-label and --border-label-posJunegunn Choi
2022-10-27Add 'start' event that is triggered once when fzf finder startsJunegunn Choi
2022-09-28Implement height range (--height ~[VALUE][%])Junegunn Choi
2022-09-26Fix tcell rendererJunegunn Choi
2022-08-26Add support for ANSI strike-through (#2932)Emil Vanherp
2022-07-29Fix mouse location in --height modeJunegunn Choi
2022-06-17Use SGR mouse mode for larger terminalsJunegunn Choi
2022-04-04Hide cursor while rendering the screenJunegunn Choi
2022-03-29Modernize build tagsJunegunn Choi
2022-03-09Increase TTY buffer limitJunegunn 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-24Minor changesVlastimil Ovčáčík
2021-08-15Restore VT hack for Windows (#2580)Michael Kelley
2021-05-14Replace RuneWidth to StringWidth to handle grapheme clustersJunegunn Choi
2021-04-06Apply preview-bg color to preview border of all shapesJunegunn Choi
2021-04-04Ensure proper ESC seq handling under Windows preview mode (#2430)Michael Kelley
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-12Fix regression in preview window renderingJunegunn Choi
2021-03-12Fix truncation of colored line when --preview-window wrap is setJunegunn Choi
2021-01-03Make search toggleableJunegunn Choi
2020-12-30Extend support for alt key chordsJunegunn Choi
2020-12-04Change how hl:-1 or hl+:-1 is applied to text with background colorJunegunn Choi
2020-11-25Support ANSI code for clearing the rest of the line (ESC[0K)Junegunn Choi
2020-11-24Fix handling of arrow keys with alt and/or shift modifierJunegunn Choi
2020-11-03Use default bg color when fg is set to -1 with reverse attributeJunegunn Choi
2020-10-31Revert "Prefer LightRenderer on Windows if it's available"Junegunn Choi
2020-10-31Prefer LightRenderer on Windows if it's availableJunegunn Choi
2020-10-26Add more --border optionsJunegunn Choi
2020-10-25Fix preview window of tcell rendererJunegunn Choi
2020-10-25Add support for text styling using --colorJunegunn Choi
2020-10-23Do not assume that each character takes at least 1 columnJunegunn Choi
2020-10-18Implement streaming preview window (#2215)Junegunn Choi
2020-09-02Add truecolor support for Windows, if available (#2156)Michael Kelley
2020-07-03Ignore cursor position reportJunegunn Choi
2020-07-03Use rune characters instaed of numbers in codeJunegunn Choi
2020-06-07Add backward-eof event for --bindJunegunn Choi
2020-05-18Do not disable mouse after execute(-silent) when --height option is usedJunegunn Choi
2020-03-10Make height option work under Windows (#1341)Michael Kelley