mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-05 01:16:33 +00:00
terminal: color palette structure and generation
This commit is contained in:
@@ -2,6 +2,7 @@ const stream = @import("stream.zig");
|
||||
const ansi = @import("ansi.zig");
|
||||
const csi = @import("csi.zig");
|
||||
const sgr = @import("sgr.zig");
|
||||
pub const color = @import("color.zig");
|
||||
|
||||
pub const Terminal = @import("Terminal.zig");
|
||||
pub const Parser = @import("Parser.zig");
|
||||
@@ -17,6 +18,7 @@ pub const Attribute = sgr.Attribute;
|
||||
|
||||
test {
|
||||
_ = ansi;
|
||||
_ = color;
|
||||
_ = csi;
|
||||
_ = sgr;
|
||||
_ = stream;
|
||||
|
Reference in New Issue
Block a user