lib-vt: expose RenderState API

pull/9662/head
Mitchell Hashimoto 2025-11-21 16:01:19 -08:00
parent 82f5c1a13c
commit 3283f57fd2
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ pub const PageList = terminal.PageList;
pub const Parser = terminal.Parser; pub const Parser = terminal.Parser;
pub const Pin = PageList.Pin; pub const Pin = PageList.Pin;
pub const Point = point.Point; pub const Point = point.Point;
pub const RenderState = terminal.RenderState;
pub const Screen = terminal.Screen; pub const Screen = terminal.Screen;
pub const ScreenSet = terminal.ScreenSet; pub const ScreenSet = terminal.ScreenSet;
pub const Selection = terminal.Selection; pub const Selection = terminal.Selection;