MCPcopy Index your code
hub / github.com/endbasic/endbasic / set_size_chars

Method set_size_chars

std/src/console/readline.rs:582–585  ·  view source on GitHub ↗

Sets the size of the console.

(mut self, size: CharsXY)

Source from the content-addressed store, hash-verified

580
581 /// Sets the size of the console.
582 fn set_size_chars(mut self, size: CharsXY) -> Self {
583 self.size_chars = size;
584 self
585 }
586
587 /// Sets the expected resulting line for the test.
588 fn set_line(mut self, line: &'static str) -> Self {

Calls

no outgoing calls