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>
2024-04-13 14:58:11 +09:00
..
dummy.go Fix Windows build 2024-01-24 15:59:54 +09:00
eventtype_string.go Export $FZF_KEY environment variable to child processes 2024-04-13 14:00:16 +09:00
light.go Export $FZF_KEY environment variable to child processes 2024-04-13 14:00:16 +09:00
light_unix.go Enable profiling options when 'pprof' tag is set (#2813) 2024-04-13 14:58:11 +09:00
light_windows.go Revert "Sixel and Kitty image support on Windows binary (#2544)" 2023-11-10 13:16:11 +09:00
tcell.go Fix tcell build 2024-04-13 14:47:04 +09:00
tcell_test.go Fix tcell build 2024-04-13 14:47:04 +09:00
ttyname_unix.go Fix deprecations of ioutil (#3370) 2023-07-16 17:14:22 +09:00
ttyname_windows.go Modernize build tags 2022-03-29 21:23:45 +09:00
tui.go Enable profiling options when 'pprof' tag is set (#2813) 2024-04-13 14:58:11 +09:00
tui_test.go Add experimental support for 24-bit colors 2017-01-10 02:16:12 +09:00