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

Method show_cursor

std/src/console/trivial.rs:113–115  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

111 }
112
113 fn show_cursor(&mut self) -> io::Result<()> {
114 Ok(())
115 }
116
117 fn size_chars(&self) -> io::Result<CharsXY> {
118 let lines = get_env_var_as_u16("LINES").unwrap_or(DEFAULT_LINES);

Callers 5

redraw_lineMethod · 0.45
erase_atMethod · 0.45
do_charMethod · 0.45
reset_stateMethod · 0.45
execMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected