Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ sendcsi
Function
sendcsi
src/dev/kbd/mod.rs:155–160 ·
view source on GitHub ↗
Send CSI
(c: char)
Source
from the content-addressed store, hash-verified
153
154
// Send CSI
155
fn sendcsi(c: char)
156
{
157
sendkey(
'\x1B'
);
158
sendkey(
'['
);
159
sendkey(c);
160
}
161
162
163
// Send key
Callers
1
intrh
Function · 0.85
Calls
1
sendkey
Function · 0.85
Tested by
no test coverage detected