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

Method locate

st7735s/src/lib.rs:417–419  ·  view source on GitHub ↗
(&mut self, pos: CharsXY)

Source from the content-addressed store, hash-verified

415 }
416
417 fn locate(&mut self, pos: CharsXY) -> io::Result<()> {
418 self.inner.locate(pos)
419 }
420
421 fn move_within_line(&mut self, off: i16) -> io::Result<()> {
422 self.inner.move_within_line(off)

Callers 4

refresh_statusMethod · 0.45
refreshMethod · 0.45
refresh_current_lineMethod · 0.45
edit_interactivelyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected