Trait termion::cursor::DetectCursorPos
[−]
[src]
Types that allow detection of the cursor position.
Required Methods
fn cursor_pos(&mut self) -> Result<(u16, u16)>
Get the (1,1)-based cursor position from the terminal.
Implementors
impl<W: Write> DetectCursorPos for W