setting and clearing tab stops

This commit is contained in:
Mitchell Hashimoto
2022-06-24 18:15:14 -07:00
parent 4d2d4322f4
commit 090e580cc7
6 changed files with 76 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ pub const DeviceStatusReq = ansi.DeviceStatusReq;
pub const Mode = ansi.Mode;
pub const EraseDisplay = csi.EraseDisplay;
pub const EraseLine = csi.EraseLine;
pub const TabClear = csi.TabClear;
pub const Attribute = sgr.Attribute;
// Not exported because they're just used for tests.