mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
typo in termio.zig
This commit is contained in:
@ -35,7 +35,7 @@ pub const VTEvent = struct {
|
|||||||
const Kind = enum { print, execute, csi, esc, osc, dcs, apc };
|
const Kind = enum { print, execute, csi, esc, osc, dcs, apc };
|
||||||
const Metadata = std.StringHashMap([:0]const u8);
|
const Metadata = std.StringHashMap([:0]const u8);
|
||||||
|
|
||||||
/// Initiaze the event information for the given parser action.
|
/// Initialize the event information for the given parser action.
|
||||||
pub fn init(
|
pub fn init(
|
||||||
alloc: Allocator,
|
alloc: Allocator,
|
||||||
surface: *Surface,
|
surface: *Surface,
|
||||||
|
Reference in New Issue
Block a user