summaryrefslogtreecommitdiffstats
path: root/src/tui
AgeCommit message (Expand)Author
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
2017-01-08Add --height optionJunegunn Choi
2016-12-05Fix Linux build (#756)Junegunn Choi
2016-12-05Truncate long lines in preview windowJunegunn Choi
2016-11-26[tcell] 24-bit color supportJunegunn Choi
2016-11-25Workaround for rendering glitch in case of short-lived input processJunegunn Choi
2016-11-24[ncurses6] Suppress tui.Italic on ncurses 5Junegunn Choi
2016-11-24[ncurses6] Support italicsJunegunn Choi
2016-11-24[ncurses6] Use wcolor_set to support more than 256 color pairsJunegunn Choi
2016-11-23Make escape delay configurable via ncurses standard $ESCDELAYJunegunn Choi