chore(vt): expose snapshot api (#13912)

Link:
https://discord.com/channels/1005603569187160125/1420009803173859449/1539649787748417667
This commit is contained in:
Mitchell Hashimoto
2026-08-19 08:32:12 -07:00
committed by GitHub

View File

@@ -64,6 +64,7 @@ pub const parse_table = terminal.parse_table;
pub const search = terminal.search;
pub const sgr = terminal.sgr;
pub const size = terminal.size;
pub const snapshot = terminal.snapshot;
pub const x11_color = terminal.x11_color;
pub const Charset = terminal.Charset;