Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ locate
Method
locate
sdl/src/console.rs:136–138 ·
view source on GitHub ↗
(&mut self, pos: CharsXY)
Source
from the content-addressed store, hash-verified
134
}
135
136
fn locate(&mut self, pos: CharsXY) -> io::Result<()> {
137
self.call(Request::Locate(pos))
138
}
139
140
fn move_within_line(&mut self, off: i16) -> io::Result<()> {
141
self.call(Request::MoveWithinLine(off))
Callers
5
test_sdl_console_scroll_uses_only_the_text_viewport
Function · 0.45
test_sdl_console_clear
Function · 0.45
test_sdl_console_draw
Function · 0.45
test_sdl_console_write_positions
Function · 0.45
run
Function · 0.45
Calls
1
call
Method · 0.80
Tested by
4
test_sdl_console_scroll_uses_only_the_text_viewport
Function · 0.36
test_sdl_console_clear
Function · 0.36
test_sdl_console_draw
Function · 0.36
test_sdl_console_write_positions
Function · 0.36