Skip to content
Snippets Groups Projects
Commit 0e905906 authored by rabite0's avatar rabite0
Browse files

tweak description of terminal_size_pixels() to fit in with the rest

parent a448f510
No related branches found
No related tags found
1 merge request!169tweak description of terminal_size_pixels() to fit in with the rest
......@@ -19,7 +19,7 @@ pub fn terminal_size() -> io::Result<(u16, u16)> {
}
}
/// Get the size of the terminal, in pixels
/// Get the size of the terminal in pixels.
pub fn terminal_size_pixels() -> io::Result<(u16, u16)> {
unsafe {
let mut size: TermSize = mem::zeroed();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment