summaryrefslogtreecommitdiffstats
path: root/src/tui
AgeCommit message (Expand)Author
2023-05-01Fix the background color of the scrollbar inside the preview windowJunegunn Choi
2023-04-26Add 'zero' eventJunegunn Choi
2023-04-01Add 'one' eventJunegunn Choi
2023-03-26Respect 'regular' attribute in 'bw' base themeJunegunn Choi
2023-03-25Render CR and LF as ␍ and ␊Junegunn Choi
2023-01-24No need to touch mouse flag if it's already falseJunegunn Choi
2023-01-24Temporarily disable mouse mode when switching to an external commandJunegunn Choi
2023-01-24Reenable mouse mode when coming back from an external programJunegunn Choi
2023-01-23Add 'focus' eventJunegunn Choi
2023-01-22Add 'transform-border-label' and 'transform-preview-label'Junegunn Choi
2023-01-16Fix rendering of double-column borders on light rendererJunegunn Choi
2023-01-16Fix rendering of double-column bordersJunegunn Choi
2023-01-16Better support for Windows terminalsJunegunn Choi
2023-01-06Add scrollbar to the preview windowJunegunn Choi
2023-01-04Fix preview border on tcell rendererJunegunn Choi
2023-01-03Fix double-click on light rendererJunegunn Choi
2023-01-03Make sure two consecutive double clicks require four clicksJunegunn Choi
2023-01-03Clicks with different x coordinates shouldn't be seen as a double-clickJunegunn Choi
2023-01-01Restore mouse drag mode (#3096)Junegunn Choi
2023-01-01Colors for 'separator' and 'scrollbar' will default to that for 'border'Junegunn Choi
2023-01-01Add scrollbarJunegunn Choi
2022-12-29Add 'load' event that is triggered when the input stream is completeJunegunn Choi
2022-12-10Fix uninitialized colors in base themesJunegunn Choi
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