Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ raw_off
Function
raw_off
src/sys/console.rs:358–362 ·
view source on GitHub ↗
Disable raw
()
Source
from the content-addressed store, hash-verified
356
357
// Disable raw
358
pub fn raw_off()
359
{
360
let mut raw = RAW.lock();
361
*raw = false;
362
}
363
364
365
// Enable raw
Callers
1
readchar
Function · 0.85
Calls
1
lock
Method · 0.80
Tested by
no test coverage detected