Docs.rs
console-utils-1.8.1
console-utils 1.8.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nwrenger
Dependencies
libc ^0.2.177
normal
windows-sys ^0.61.2
normal
Versions
98.63%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
move_cursor_up
console_
utils
1.8.1
move_
cursor_
up
Sections
Arguments
In console_
utils::
control
console_utils
::
control
Function
move_
cursor_
up
Copy item path
Source
pub fn move_cursor_up(n:
usize
)
Expand description
Moves the cursor up by the specified number of lines.
ยง
Arguments
n
- The number of lines to move the cursor up.