Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ cpos
Method
cpos
src/graphics/vga/mod.rs:184–187 ·
view source on GitHub ↗
Cursor position
(&self)
Source
from the content-addressed store, hash-verified
182
183
// Cursor position
184
fn cpos(&self) -> (usize, usize)
185
{
186
(self.cur[0], self.cur[1])
187
}
188
189
190
// Set cursor position
Callers
1
csi_dispatch
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected