CliAnsiWriter.CursorHorizontalTabulation Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Move the active position n tabs forward
by emitting CSI n I.
public CliAnsiWriter CursorHorizontalTabulation(int tabs = 1)
Parameters
tabsintThe number of tabs to move forward
Returns
- CliAnsiWriter
The same instance so that multiple calls can be chained.