utils library

Functions

currentCursorPos(Stdout stdout, Stdin stdin) Future<(int, int)>
Returns the current cursor position if possible.
tabs({int? defaultTab, List<int>? tabs, Stdout? stdout}) → void