mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-21 06:45:22 +00:00
terminal: formatter improvements for color handling
This commit is contained in:
@@ -38,4 +38,5 @@ pub fn main() !void {
|
||||
var stdout_writer = std.fs.File.stdout().writer(&buf);
|
||||
const stdout = &stdout_writer.interface;
|
||||
try stdout.print("{f}", .{formatter});
|
||||
try stdout.flush();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user