index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
terminal.go
Age
Commit message (
Expand
)
Author
2025-01-27
Set the default value of --min-height depending on other options
Junegunn Choi
2025-01-27
Allow {q} placeholders with range expressions
Junegunn Choi
2025-01-27
Enhance click-header event
Junegunn Choi
2025-01-26
Make click-header export $FZF_CLICK_HEADER_{NTH,WORD}
Junegunn Choi
2025-01-26
Add 'search' and 'transform-search'
Junegunn Choi
2025-01-25
Add 'bell' action to ring the terminal bell
Junegunn Choi
2025-01-23
Make it possible to change one-time preview window
Junegunn Choi
2025-01-23
Fix resizing of a one-time preview window
Junegunn Choi
2025-01-23
Fix header window location and size
Junegunn Choi
2025-01-23
Fix --info-command when focus event is bound
Junegunn Choi
2025-01-23
Add --header-lines-border to separate two headers
Junegunn Choi
2025-01-20
Make 'current-fg' inherit from 'fg' to simplify configuration
Junegunn Choi
2025-01-18
Add 'gap-line' color for the horizontal line on each gap
Junegunn Choi
2025-01-16
Do not apply nth style when the whole range is covered
Junegunn Choi
2025-01-16
Export the current nth value as $FZF_NTH
Junegunn Choi
2025-01-16
Skip merging nth offsets when unnecessary
Junegunn Choi
2025-01-16
Allow displaying --nth parts in a different text style
Junegunn Choi
2025-01-15
Add gap line
Junegunn Choi
2025-01-13
Fix change-nth
Junegunn Choi
2025-01-13
Add change-nth action
Junegunn Choi
2025-01-12
Align header with the list
Junegunn Choi
2025-01-11
Refactor --preview-border=line
Junegunn Choi
2025-01-11
Fix window sizing with borders on the right
Junegunn Choi
2025-01-11
Fix preview scrollbar with '--preview-window bottom,border-line'
Junegunn Choi
2025-01-08
Do not export $LINES and $COLUMNS for non-preview processes
Junegunn Choi
2025-01-07
Fix adaptive height with --header-border
Junegunn Choi
2025-01-06
Render preview label if possible when --preview-border=line
Junegunn Choi
2025-01-06
Remove header indentation when unnecessary
Junegunn Choi
2025-01-06
Add preview border style 'line'
Junegunn Choi
2025-01-05
Border around the header section
Junegunn Choi
2025-01-05
fix: make header align with list (#4158)
phanium
2025-01-04
Fix adaptive height in the presence of --list-border and --input-border
Junegunn Choi
2025-01-03
Fix cursor placement of tcell renderer
Junegunn Choi
2025-01-02
Do not try to print anything is screen height is zero
Junegunn Choi
2025-01-02
Border around the input section (prompt + info)
Junegunn Choi
2024-12-31
Add --list-border for additional border around the list section
Junegunn Choi
2024-12-19
Add toggle-hscroll
Junegunn Choi
2024-12-19
Add toggle-multi-line action
Junegunn Choi
2024-12-14
Fix test failure
Junegunn Choi
2024-12-14
Remove unused interface
Junegunn Choi
2024-12-14
Fix redundant clearing of the windows with non-default bg color
Junegunn Choi
2024-12-12
Less flickering of the candidate list when resizing the preview window
Junegunn Choi
2024-12-12
Avoid redrawing the windows on the first click on the border
Junegunn Choi
2024-12-12
Simplify resize code
Junegunn Choi
2024-12-12
Redraw preview scrollbar when window width changes
Junegunn Choi
2024-12-12
Restore previous behavior
Junegunn Choi
2024-12-12
Disallow dragging the wrong sides of the border
Junegunn Choi
2024-12-12
Update comments
Junegunn Choi
2024-12-12
Refactor
Junegunn Choi
2024-12-12
Respect the properties of the currently active preview window options
Junegunn Choi
[prev]
[next]