summaryrefslogtreecommitdiffstats
path: root/src/tui
AgeCommit message (Expand)Author
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
2020-03-07Do not read more than 10K characters from /dev/ttyJunegunn Choi
2020-03-05Add more --border options; default changed to "rounded"Junegunn Choi
2020-02-24Add 'insert' key for --bindJunegunn Choi
2020-02-24Fix panic on unexpected escape sequencesJunegunn Choi
2020-01-18Fix F1, F2, F3, F4 on rxvt-unicodeJunegunn Choi
2019-12-31Use rounded cornersJunegunn Choi
2019-12-12Add preview-fg and preview-bg for --colorJunegunn Choi
2019-12-12Gutter color of 16-color theme should be undefined by defaultJunegunn Choi
2019-11-15Fix --preview-window noborder with non-default background colorJunegunn Choi
2019-11-14More key chords for --bindJunegunn Choi
2019-11-05Improvements to code quality and readability (#1737)Alexandr
2019-08-06Fix #1657: alt-0 to alt-9Junegunn Choi
2019-07-19Code cleanup (#1640)Christian Muehlhaeuser
2019-03-29Add --no-unicode option to draw borders in ASCII charactersJunegunn Choi
2019-03-17Add color option for gutterJunegunn Choi