mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
comment
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
//! The primary export of this file is "table", which contains a
|
||||
//! comptime-generated state transition table for VT emulation.
|
||||
|
||||
const std = @import("std");
|
||||
const builtin = @import("builtin");
|
||||
const parser = @import("Parser.zig");
|
||||
|
Reference in New Issue
Block a user