Future<bool> cursor(int x, int y)

Moves the curosr to a new (x, y) location for certain display calls.

Source

Future<bool> cursor(int x, int y) => proto.write(2, _s2b(x)..addAll(_s2b(y)));