Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ wpos_set
Method
wpos_set
src/graphics/vga/mod.rs:376–379 ·
view source on GitHub ↗
Set writer position
(&mut self, x: usize, y: usize)
Source
from the content-addressed store, hash-verified
374
375
// Set writer position
376
fn wpos_set(&mut self, x: usize, y: usize)
377
{
378
self.writer = [x, y];
379
}
380
381
382
// Writer position
Callers
1
csi_dispatch
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected