mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
terminal: export Coordinate
This commit is contained in:
@ -25,6 +25,7 @@ pub const Charset = charsets.Charset;
|
|||||||
pub const CharsetSlot = charsets.Slots;
|
pub const CharsetSlot = charsets.Slots;
|
||||||
pub const CharsetActiveSlot = charsets.ActiveSlot;
|
pub const CharsetActiveSlot = charsets.ActiveSlot;
|
||||||
pub const Cell = page.Cell;
|
pub const Cell = page.Cell;
|
||||||
|
pub const Coordinate = point.Coordinate;
|
||||||
pub const CSI = Parser.Action.CSI;
|
pub const CSI = Parser.Action.CSI;
|
||||||
pub const DCS = Parser.Action.DCS;
|
pub const DCS = Parser.Action.DCS;
|
||||||
pub const MouseShape = @import("mouse_shape.zig").MouseShape;
|
pub const MouseShape = @import("mouse_shape.zig").MouseShape;
|
||||||
|
Reference in New Issue
Block a user