MCPcopy 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
155fn sendcsi(c: char)
156{
157 sendkey('\x1B');
158 sendkey('[');
159 sendkey(c);
160}
161
162
163// Send key

Callers 1

intrhFunction · 0.85

Calls 1

sendkeyFunction · 0.85

Tested by

no test coverage detected