diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-03 13:27:24 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-03 13:32:15 -0700 |
| commit | 93c634c86659dcda0ef0788ef7520979b47b6cf7 (patch) | |
| tree | c453d527e95520a5c3b2e0fbc3e076887d77cbc1 /src/main_build_data.zig | |
| parent | fd64b833a47212612d1c0c31cdd72959835edcc2 (diff) | |
flush output for our builddata executable
Fixes #9018
We were truncated our terminfo causing tmux to not respect some
features.
Diffstat (limited to 'src/main_build_data.zig')
| -rw-r--r-- | src/main_build_data.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main_build_data.zig b/src/main_build_data.zig index 9fffdd0d6..9dd1da395 100644 --- a/src/main_build_data.zig +++ b/src/main_build_data.zig @@ -47,4 +47,5 @@ pub fn main() !void { .@"vim-compiler" => try writer.writeAll(@import("extra/vim.zig").compiler), .terminfo => try @import("terminfo/ghostty.zig").ghostty.encode(writer), } + try stdout_writer.end(); } |
