You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fzf/src/tui
Charlie Vieth 3c877c504b
Enable profiling options when 'pprof' tag is set (#2813)
This commit enables cpu, mem, block, and mutex profling of the FZF
executable. To support flushing the profiles at program exit it adds
util.AtExit to register "at exit" functions and mandates that util.Exit
is used instead of os.Exit to stop the program.

Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
3 weeks ago
..
dummy.go Fix Windows build 3 months ago
eventtype_string.go Export $FZF_KEY environment variable to child processes 3 weeks ago
light.go Export $FZF_KEY environment variable to child processes 3 weeks ago
light_unix.go Enable profiling options when 'pprof' tag is set (#2813) 3 weeks ago
light_windows.go Revert "Sixel and Kitty image support on Windows binary (#2544)" 6 months ago
tcell.go Fix tcell build 3 weeks ago
tcell_test.go Fix tcell build 3 weeks ago
ttyname_unix.go Fix deprecations of ioutil (#3370) 10 months ago
ttyname_windows.go Modernize build tags 2 years ago
tui.go Enable profiling options when 'pprof' tag is set (#2813) 3 weeks ago
tui_test.go Add experimental support for 24-bit colors 7 years ago