pub fn position() -> Result<(u16, u16)>Expand description
Returns the cursor position (column, row).
The top left cell is represented as (0, 0).
On unix systems, this function will block and possibly time out while
crossterm::event::read or crossterm::event::poll are being called.