summaryrefslogtreecommitdiffstats
path: root/src/tui
AgeCommit message (Expand)Author
2018-09-28Do not wait for more keystrokes after double escape charactersJunegunn Choi
2018-09-27Restore STDIN during execute-silentJunegunn 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
2018-04-25Implement ttyname() in case /dev/tty is not availableJunegunn Choi
2018-04-12Do not print non-displayable charactersJunegunn Choi
2018-04-12Add support for alt-{up,down,left,right} keysJunegunn Choi
2018-02-15Add shift-up and shift-downJunegunn Choi
2017-12-01Support binding of left-click and right-clickJunegunn Choi
2017-09-09Clean up renderer codeJunegunn Choi
2017-09-08Fix custom foreground color inside preview window (addendum)Junegunn Choi
2017-09-02Delete ncurses implementationJunegunn Choi
2017-08-09Remove unnecessary SCP (Save Cursor Position)Junegunn Choi
2017-08-02Exit 2 instead of panic when failed to open /dev/ttyJunegunn Choi
2017-07-21Fix regression: ANSI color in preview window not clearedJunegunn Choi
2017-07-19Improve preview window renderingJunegunn Choi
2017-07-18Adjust --no-clear option for repetitive relaunchingJunegunn Choi
2017-06-22Fix handling of bracketed paste modeJunegunn Choi
2017-06-03Fixes for CygwinJunegunn Choi
2017-06-01Use glide to handle go dependenciesEdgar Lee
2017-05-25Use read syscall directly to get character (#931)Tw
2017-05-22Implement bindable "change" event and "top" actionJunegunn Choi
2017-04-28Support CTRL-Z (SIGSTOP)Junegunn Choi
2017-04-28Add support for ctrl-alt-[a-z] key chordsJunegunn Choi
2017-03-04Use alternate screen only when the value of height is 100%Junegunn Choi
2017-03-04Add --no-clear optionJunegunn Choi
2017-02-18Add toggle-preview-wrap actionJunegunn Choi
2017-02-14Fix indentationJunegunn Choi
2017-02-14Move cursor to the top-left when returning to alternate screenJunegunn Choi
2017-02-04Add --border option to draw horizontal lines above and below the finderJunegunn Choi
2017-02-02Suppress CSI codes in the outputJunegunn Choi
2017-01-30Fix display issues with execute actionJunegunn Choi
2017-01-28Add support for ctrl-space keyJunegunn Choi
2017-01-23Delete every line below the cursorJunegunn Choi
2017-01-23Minor refactoringJunegunn Choi
2017-01-23Cursor postition response can be preceded by user key strokesJunegunn Choi
2017-01-23Disable mouse if failed to query cursor positionJunegunn Choi
2017-01-22Drop ncurses dependencyJunegunn Choi
2017-01-22Use alternate screen if --height needs the entire screenJunegunn Choi
2017-01-22Clear lines even when background color is not setJunegunn Choi
2017-01-16Propertly fill window with background colorJunegunn Choi
2017-01-16Optimize LightRenderer for slow terminalsJunegunn Choi
2017-01-15Use crypto/ssh/terminal instead of external stty commandJunegunn 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-11No need to use /bin/sh to execute stty and tputJunegunn Choi
2017-01-11Make fzf immediately quit when failed to read /dev/ttyJunegunn Choi
2017-01-10No need to query row position of the cursor if mouse is disabledJunegunn Choi
2017-01-10Add experimental support for 24-bit colorsJunegunn Choi
2017-01-09Do not use \e[s and \e[uJunegunn Choi