Searched refs:CURSOR_MOVE_TO (Results 1 – 4 of 4) sorted by relevance
32 ControlType.CURSOR_MOVE_TO: lambda x, y: f"\x1b[{y+1};{x+1}H",130 return cls((ControlType.CURSOR_MOVE_TO, x, y))
29 CURSOR_MOVE_TO = 14 variable in ControlType
49 CURSOR_MOVE_TO = 14 variable in ControlType