index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tui
/
light.go
Age
Commit message (
Expand
)
Author
2023-03-25
Render CR and LF as ␍ and ␊
Junegunn Choi
2023-01-24
No need to touch mouse flag if it's already false
Junegunn Choi
2023-01-24
Temporarily disable mouse mode when switching to an external command
Junegunn Choi
2023-01-24
Reenable mouse mode when coming back from an external program
Junegunn Choi
2023-01-22
Add 'transform-border-label' and 'transform-preview-label'
Junegunn Choi
2023-01-16
Fix rendering of double-column borders on light renderer
Junegunn Choi
2023-01-16
Better support for Windows terminals
Junegunn Choi
2023-01-03
Fix double-click on light renderer
Junegunn Choi
2023-01-03
Make sure two consecutive double clicks require four clicks
Junegunn Choi
2023-01-03
Clicks with different x coordinates shouldn't be seen as a double-click
Junegunn Choi
2023-01-01
Restore mouse drag mode (#3096)
Junegunn Choi
2023-01-01
Add scrollbar
Junegunn Choi
2022-11-18
Fix mouse event above fzf finder
Junegunn Choi
2022-11-06
Add --border=[bold|double] and --preview-window=border-[bold|double]
Junegunn Choi
2022-09-28
Implement height range (--height ~[VALUE][%])
Junegunn Choi
2022-08-26
Add support for ANSI strike-through (#2932)
Emil Vanherp
2022-07-29
Fix mouse location in --height mode
Junegunn Choi
2022-06-17
Use SGR mouse mode for larger terminals
Junegunn Choi
2022-04-04
Hide cursor while rendering the screen
Junegunn Choi
2022-03-09
Increase TTY buffer limit
Junegunn Choi
2021-05-14
Replace RuneWidth to StringWidth to handle grapheme clusters
Junegunn Choi
2021-04-06
Apply preview-bg color to preview border of all shapes
Junegunn Choi
2021-03-20
Replace golang.org/x/crypto/ssh/terminal with golang.org/x/term (#2395)
Mitsuo Heijo
2021-03-12
Fix regression in preview window rendering
Junegunn Choi
2021-03-12
Fix truncation of colored line when --preview-window wrap is set
Junegunn Choi
2020-12-30
Extend support for alt key chords
Junegunn Choi
2020-11-24
Fix handling of arrow keys with alt and/or shift modifier
Junegunn Choi
2020-10-26
Add more --border options
Junegunn Choi
2020-10-25
Add support for text styling using --color
Junegunn Choi
2020-10-23
Do not assume that each character takes at least 1 column
Junegunn Choi
2020-10-18
Implement streaming preview window (#2215)
Junegunn Choi
2020-09-02
Add truecolor support for Windows, if available (#2156)
Michael Kelley
2020-07-03
Ignore cursor position report
Junegunn Choi
2020-07-03
Use rune characters instaed of numbers in code
Junegunn Choi
2020-05-18
Do not disable mouse after execute(-silent) when --height option is used
Junegunn Choi
2020-03-10
Make height option work under Windows (#1341)
Michael Kelley
2020-03-07
Do not read more than 10K characters from /dev/tty
Junegunn Choi
2020-03-05
Add more --border options; default changed to "rounded"
Junegunn Choi
2020-02-24
Add 'insert' key for --bind
Junegunn Choi
2020-02-24
Fix panic on unexpected escape sequences
Junegunn Choi
2020-01-18
Fix F1, F2, F3, F4 on rxvt-unicode
Junegunn Choi
2019-12-12
Add preview-fg and preview-bg for --color
Junegunn Choi
2019-11-14
More key chords for --bind
Junegunn Choi
2019-11-05
Improvements to code quality and readability (#1737)
Alexandr
2019-08-06
Fix #1657: alt-0 to alt-9
Junegunn Choi
2019-07-19
Code cleanup (#1640)
Christian Muehlhaeuser
2019-03-29
Add --no-unicode option to draw borders in ASCII characters
Junegunn Choi
2018-09-28
Do not wait for more keystrokes after double escape characters
Junegunn Choi
2018-09-27
Don't drop buffered input data in findOffset() (#1392)
Tim Cuthbertson
2018-08-08
Handle incomplete ESC sequence in typeahead buffer (#1350)
Michael Kelley
[prev]
[next]