Registry / utility / crossterm-cursor

crossterm-cursor

JSON →
library0.4.0rscratesunverified

A cross-platform library for moving the terminal cursor.

# Cargo.toml [dependencies] crossterm_cursor = "0.4.0"
INSTALL
IMPORT
SIG · CROSSTERM-CURSOR
C
crossterm-cursor
utilityrustv0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Cursor
use crossterm_cursor::Cursor;

Move the terminal cursor to column 10, row 5.

use crossterm_cursor::Cursor; fn main() -> Result<(), Box<dyn std::error::Error>> { let mut cursor = Cursor::new(); cursor.goto(10, 5)?; Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
crossterm-cursor — cargo add crossterm-cursor · libregistry