summaryrefslogtreecommitdiff
path: root/src/tui/light.go
AgeCommit message (Expand)Author
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-22Add 'transform-border-label' and 'transform-preview-label'Junegunn Choi
2023-01-16Fix rendering of double-column borders on light rendererJunegunn Choi
2023-01-16Better support for Windows terminalsJunegunn 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-01Add scrollbarJunegunn 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-09-28Implement height range (--height ~[VALUE][%])Junegunn 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-09Increase TTY buffer limitJunegunn Choi
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-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
2020-12-30Extend support for alt key chordsJunegunn Choi
2020-11-24Fix handling of arrow keys with alt and/or shift modifierJunegunn Choi
2020-10-26Add more --border optionsJunegunn 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-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-12Add preview-fg and preview-bg for --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
2018-09-28Do not wait for more keystrokes after double escape charactersJunegunn Choi
2018-09-27Don't drop buffered input data in findOffset() (#1392)Tim Cuthbertson
2018-08-08Handle incomplete ESC sequence in typeahead buffer (#1350)Michael Kelley