summaryrefslogtreecommitdiff
path: root/src/tui/tcell.go
AgeCommit message (Expand)Author
2022-08-26Add support for ANSI strike-through (#2932)Emil Vanherp
2022-03-29Modernize build tagsJunegunn 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-05-14Replace RuneWidth to StringWidth to handle grapheme clustersJunegunn 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-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-18Implement streaming preview window (#2215)Junegunn Choi
2020-05-18Do not disable mouse after execute(-silent) when --height option is usedJunegunn Choi
2020-03-05Add more --border options; default changed to "rounded"Junegunn Choi
2020-02-24Add 'insert' key for --bindJunegunn Choi
2019-12-12Add preview-fg and preview-bg for --colorJunegunn Choi
2019-11-14More key chords for --bindJunegunn Choi
2019-03-29Add --no-unicode option to draw borders in ASCII charactersJunegunn Choi
2018-09-27Restore STDIN during execute-silentJunegunn Choi
2018-04-12Add support for alt-{up,down,left,right} keysJunegunn Choi
2017-12-01Support binding of left-click and right-clickJunegunn Choi
2017-09-09Clean up renderer codeJunegunn Choi
2017-07-19Improve preview window renderingJunegunn Choi
2017-06-03Fixes for CygwinJunegunn Choi
2017-06-01Use glide to handle go dependenciesEdgar Lee
2017-04-28Support CTRL-Z (SIGSTOP)Junegunn Choi
2017-04-28Add support for ctrl-alt-[a-z] key chordsJunegunn Choi
2017-02-04Add --border option to draw horizontal lines above and below the finderJunegunn Choi
2017-01-28Add support for ctrl-space keyJunegunn Choi
2017-01-22Drop ncurses dependencyJunegunn Choi
2017-01-16Optimize LightRenderer for slow terminalsJunegunn Choi
2017-01-11Print error message to stderr on unexpected exitJunegunn Choi
2017-01-11Make preview renderer suspend early on line wrapJunegunn Choi
2017-01-11Make fzf immediately quit when failed to read /dev/ttyJunegunn Choi
2017-01-08Add --height optionJunegunn Choi
2016-12-05Truncate long lines in preview windowJunegunn Choi
2016-11-26[tcell] 24-bit color supportJunegunn Choi
2016-11-24[ncurses6] Support italicsJunegunn Choi
2016-11-23Do not ignore resize event from ncurses and tcellJunegunn Choi
2016-11-19Revamp escape sequence processing for WSLJunegunn Choi
2016-11-15Add --no-bold optionJunegunn Choi
2016-11-09Fix --color=bw on tcell buildJunegunn Choi
2016-11-08Fix issues in tcell renderer and Windows buildJunegunn Choi