Docs.rs
console-utils-1.7.0
console-utils 1.7.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nwrenger
Dependencies
libc ^0.2.171
normal
windows-sys ^0.59.0
normal
Versions
95.95%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
console_
utils
1.7.0
move_
cursor_
down
Sections
Arguments
In console_
utils::
control
console_utils
::
control
Function
move_cursor_down
Copy item path
Source
pub fn move_cursor_down(n:
usize
)
Expand description
Moves the cursor down by the specified number of lines.
ยง
Arguments
n
- The number of lines to move the cursor down.