chore(vt): expose snapshot api

This commit is contained in:
Eric Bower
2026-08-17 15:25:33 -04:00
parent 0073976231
commit f4f9991d2c

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;