lib-vt: export stream.Action for custom streams
parent
7cc8ea7efb
commit
de545eeae1
|
|
@ -48,13 +48,14 @@ pub const Parser = terminal.Parser;
|
|||
pub const Pin = PageList.Pin;
|
||||
pub const Point = point.Point;
|
||||
pub const Screen = terminal.Screen;
|
||||
pub const ScreenType = Terminal.ScreenType;
|
||||
pub const ScreenSet = terminal.ScreenSet;
|
||||
pub const Selection = terminal.Selection;
|
||||
pub const SizeReportStyle = terminal.SizeReportStyle;
|
||||
pub const StringMap = terminal.StringMap;
|
||||
pub const Style = terminal.Style;
|
||||
pub const Terminal = terminal.Terminal;
|
||||
pub const Stream = terminal.Stream;
|
||||
pub const StreamAction = terminal.StreamAction;
|
||||
pub const Cursor = Screen.Cursor;
|
||||
pub const CursorStyle = Screen.CursorStyle;
|
||||
pub const CursorStyleReq = terminal.CursorStyle;
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ pub const StringMap = @import("StringMap.zig");
|
|||
pub const Style = style.Style;
|
||||
pub const Terminal = @import("Terminal.zig");
|
||||
pub const Stream = stream.Stream;
|
||||
pub const StreamAction = stream.Action;
|
||||
pub const Cursor = Screen.Cursor;
|
||||
pub const CursorStyle = Screen.CursorStyle;
|
||||
pub const CursorStyleReq = ansi.CursorStyle;
|
||||
|
|
|
|||
Loading…
Reference in New Issue