Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ show_cursor
Method
show_cursor
sdl/src/console.rs:161–163 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
159
}
160
161
fn show_cursor(&mut self) -> io::Result<()> {
162
self.call(Request::ShowCursor)
163
}
164
165
fn size_chars(&self) -> io::Result<CharsXY> {
166
self.request_tx.send(Request::SizeChars).expect(
"Channel must be alive"
);
Callers
3
test_sdl_console_clear
Function · 0.45
test_sdl_console_show_cursor
Function · 0.45
run
Function · 0.45
Calls
1
call
Method · 0.80
Tested by
2
test_sdl_console_clear
Function · 0.36
test_sdl_console_show_cursor
Function · 0.36