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_unix.go
Age
Commit message (
Expand
)
Author
2025-04-20
Add --tty-default=/dev/tty and --no-tty-default option (#4352)
Junegunn Choi
2024-12-31
Add --list-border for additional border around the list section
Junegunn Choi
2024-06-20
Code cleanup
Junegunn Choi
2024-05-23
execute: Open separate handles to /dev/tty (in, out, err)
Junegunn Choi
2024-05-15
Refactor tui.TtyIn()
Junegunn Choi
2024-05-15
Revert "Close handles to /dev/tty", instead reuse handles
Junegunn Choi
2024-05-14
Close handles to /dev/tty
Junegunn Choi
2024-05-14
Render UI directly to /dev/tty
Junegunn Choi
2024-05-07
Refactor the code so that fzf can be used as a library (#3769)
Junegunn Choi
2024-04-13
Enable profiling options when 'pprof' tag is set (#2813)
Charlie Vieth
2023-10-26
(Experimental) Improve Sixel graphics support (#2544)
Junegunn Choi
2023-10-23
Simplify LightRenderer.Size()
Junegunn Choi
2023-10-23
Experimental Sixel support (#2544)
Junegunn Choi
2022-03-29
Modernize build tags
Junegunn Choi
2021-03-20
Replace golang.org/x/crypto/ssh/terminal with golang.org/x/term (#2395)
Mitsuo Heijo
2020-09-02
Add truecolor support for Windows, if available (#2156)
Michael Kelley
2020-03-10
Make height option work under Windows (#1341)
Michael Kelley