[][src]Function winconsole::console::set_buffer_size

pub fn set_buffer_size(width: u16, height: u16) -> WinResult<()>

Sets the size of the output buffer.

Arguments

Examples

console::set_buffer_size(200, 100).unwrap();

Errors