kitty/kitty/launcher
Julian Prein 3e26d90648
Make detached-log line buffered
After redirecting stdout and stderr to the log file, they become block
buffered. This results in a (temporarily) incomplete log and becomes
particularly annoying when kitty crashes/hangs and has to be killed, as
the error messages are not flushed then and thus lost.
2025-08-26 15:08:52 +02:00
..
cli-parser.h CLI parser: Suggest a correction for likely flag typo 2025-05-06 14:48:00 +05:30
cmdline.c Also build launcher with -std=c11 2025-05-16 19:33:30 +05:30
launcher.h Wire up the codegen C cli parser 2025-04-28 09:20:11 +05:30
main.c Make detached-log line buffered 2025-08-26 15:08:52 +02:00
shlex.h Fix handling of empty quoted string in shlex 2025-04-26 08:55:32 +05:30
single-instance.c Allow using relative paths in cd in sessions files that get resolved relative to the directory containing the session file 2025-08-17 11:23:36 +05:30
utils.h Also build launcher with -std=c11 2025-05-16 19:33:30 +05:30