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