summaryrefslogtreecommitdiff
path: root/src/terminal.go
AgeCommit message (Expand)Author
2025-01-27Set the default value of --min-height depending on other optionsJunegunn Choi
2025-01-27Allow {q} placeholders with range expressionsJunegunn Choi
2025-01-27Enhance click-header eventJunegunn Choi
2025-01-26Make click-header export $FZF_CLICK_HEADER_{NTH,WORD}Junegunn Choi
2025-01-26Add 'search' and 'transform-search'Junegunn Choi
2025-01-25Add 'bell' action to ring the terminal bellJunegunn Choi
2025-01-23Make it possible to change one-time preview windowJunegunn Choi
2025-01-23Fix resizing of a one-time preview windowJunegunn Choi
2025-01-23Fix header window location and sizeJunegunn Choi
2025-01-23Fix --info-command when focus event is boundJunegunn Choi
2025-01-23Add --header-lines-border to separate two headersJunegunn Choi
2025-01-20Make 'current-fg' inherit from 'fg' to simplify configurationJunegunn Choi
2025-01-18Add 'gap-line' color for the horizontal line on each gapJunegunn Choi
2025-01-16Do not apply nth style when the whole range is coveredJunegunn Choi
2025-01-16Export the current nth value as $FZF_NTHJunegunn Choi
2025-01-16Skip merging nth offsets when unnecessaryJunegunn Choi
2025-01-16Allow displaying --nth parts in a different text styleJunegunn Choi
2025-01-15Add gap lineJunegunn Choi
2025-01-13Fix change-nthJunegunn Choi
2025-01-13Add change-nth actionJunegunn Choi
2025-01-12Align header with the listJunegunn Choi
2025-01-11Refactor --preview-border=lineJunegunn Choi
2025-01-11Fix window sizing with borders on the rightJunegunn Choi
2025-01-11Fix preview scrollbar with '--preview-window bottom,border-line'Junegunn Choi
2025-01-08Do not export $LINES and $COLUMNS for non-preview processesJunegunn Choi
2025-01-07Fix adaptive height with --header-borderJunegunn Choi
2025-01-06Render preview label if possible when --preview-border=lineJunegunn Choi
2025-01-06Remove header indentation when unnecessaryJunegunn Choi
2025-01-06Add preview border style 'line'Junegunn Choi
2025-01-05Border around the header sectionJunegunn Choi
2025-01-05fix: make header align with list (#4158)phanium
2025-01-04Fix adaptive height in the presence of --list-border and --input-borderJunegunn Choi
2025-01-03Fix cursor placement of tcell rendererJunegunn Choi
2025-01-02Do not try to print anything is screen height is zeroJunegunn Choi
2025-01-02Border around the input section (prompt + info)Junegunn Choi
2024-12-31Add --list-border for additional border around the list sectionJunegunn Choi
2024-12-19Add toggle-hscrollJunegunn Choi
2024-12-19Add toggle-multi-line actionJunegunn Choi
2024-12-14Fix test failureJunegunn Choi
2024-12-14Remove unused interfaceJunegunn Choi
2024-12-14Fix redundant clearing of the windows with non-default bg colorJunegunn Choi
2024-12-12Less flickering of the candidate list when resizing the preview windowJunegunn Choi
2024-12-12Avoid redrawing the windows on the first click on the borderJunegunn Choi
2024-12-12Simplify resize codeJunegunn Choi
2024-12-12Redraw preview scrollbar when window width changesJunegunn Choi
2024-12-12Restore previous behaviorJunegunn Choi
2024-12-12Disallow dragging the wrong sides of the borderJunegunn Choi
2024-12-12Update commentsJunegunn Choi
2024-12-12RefactorJunegunn Choi
2024-12-12Respect the properties of the currently active preview window optionsJunegunn Choi