plumb CSI to set cursor style, but haven't implemented any styles

This commit is contained in:
Mitchell Hashimoto
2022-05-19 21:43:30 -07:00
parent 16d4648cf6
commit 37f621bc19
4 changed files with 39 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ pub const color = @import("color.zig");
pub const Terminal = @import("Terminal.zig");
pub const Parser = @import("Parser.zig");
pub const Stream = stream.Stream;
pub const CursorStyle = ansi.CursorStyle;
pub const DeviceAttributeReq = ansi.DeviceAttributeReq;
pub const DeviceStatusReq = ansi.DeviceStatusReq;
pub const Mode = ansi.Mode;