summaryrefslogtreecommitdiff
path: root/src/terminal.go
AgeCommit message (Expand)Author
2025-05-30Do not apply 'nth' attributes to trailing whitespacesJunegunn Choi
2025-05-30Fix FZF_CLICK_HEADER_NTH for multi-line headersJunegunn Choi
2025-05-28Allow customizing --ghost color via '--color ghost'Junegunn Choi
2025-05-17Show ellipsis for truncated labelsJunegunn Choi
2025-05-04Add 'alt-bg' color for striped lines (#4370)Junegunn Choi
2025-04-22Add missing environment variables (#4356)RafaelDominiquini
2025-04-20Add --tty-default=/dev/tty and --no-tty-default option (#4352)Junegunn Choi
2025-04-13Fix panic when use header border without pointer/marker (#4345)phanium
2025-04-11Fix trailing ␊ not rendered with '--read0 --no-multi-line'Junegunn Choi
2025-03-30Add 'r' flag (raw) for unquoted outputJunegunn Choi
2025-03-28Add change-ghost and transform-ghostJunegunn Choi
2025-03-28Fix header window not updated on change-headerJunegunn Choi
2025-03-28Add change-pointer and transform-pointerJunegunn Choi
2025-03-26Fix info not updated after track-current is disabled due to race conditionJunegunn Choi
2025-03-26Fix query precedence in an action chain (#4326)Junegunn Choi
2025-03-26Improve query modification prevention in input-less modeJunegunn Choi
2025-03-25Do not ignore current query when input is hiddenJunegunn Choi
2025-03-24Fix first entry not clickable when input section is hiddenJunegunn Choi
2025-03-24Fix cursor position when prompt is truncatedJunegunn Choi
2025-03-23Fix offset-middle not updating the listJunegunn Choi
2025-03-22Suppress 'change' event during bracketed paste modeJunegunn Choi
2025-03-20Prevent start:track-current from being disabledJunegunn Choi
2025-03-15Fix ghost text with inline infoJunegunn Choi
2025-03-14Add `--ghost=TEXT` to display a ghost text when the input is emptyJunegunn Choi
2025-02-27Make truncateQuery fasterJunegunn Choi
2025-02-26Make --accept-nth compatible with --select-1Junegunn Choi
2025-02-25Fix condition for using item numlines cache (#4285)alex-huff
2025-02-23Add support for {n} in --with-nth and --accept-nth templatesJunegunn Choi
2025-02-22Fix 'jump' when pointer is emptyJunegunn Choi
2025-02-20Fix case where preview window is not scrollable (#4258)Junegunn Choi
2025-02-18Fix {q} in preview window affected by 'search' actionJunegunn Choi
2025-02-13Avoid printing items in an extremely narrow screenJunegunn Choi
2025-02-13Truncate wrap sign in the list section if necessaryJunegunn Choi
2025-02-12Make --accept-nth and --with-nth support templatesJunegunn Choi
2025-02-11Print --wrap-sign in preview windowJunegunn Choi
2025-02-09Rename actions: exclude and exclude-multiJunegunn Choi
2025-02-09Add exclude-current actionJunegunn Choi
2025-02-09Add 'exclude' action for excluding current/selected items from the result (#4...Junegunn Choi
2025-02-09Add --accept-nth option to transform the outputJunegunn Choi
2025-02-07Fix change-header-label+change-headerJunegunn Choi
2025-02-06Fix scrolling performance when --wrap is enabledJunegunn Choi
2025-02-06Fix nth highlightingJunegunn Choi
2025-02-02Stop processing more actions after a terminal action (accept, abort, etc.)Junegunn Choi
2025-02-02FZF_KEY enhancementsJunegunn Choi
2025-02-01Fix {show,hide,toggle}-input and add test casesJunegunn Choi
2025-02-01Display header lines at the top in 'reverse-list' layoutJunegunn Choi
2025-02-01Add {show,hide,toggle}-input and expose $FZF_INPUT_STATEJunegunn Choi
2025-02-01Add toggle-bindJunegunn Choi
2025-02-01Fix --layout reverse-list --no-inputJunegunn Choi
2025-01-30Add --no-input to hide the input section (#4210)Junegunn Choi