⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

is_canonical_mode

Function is_canonical_mode 

Source
pub fn is_canonical_mode() -> bool
Expand description

Check if the console is in canonical (line-buffered) mode.

Returns true if ICANON is set (the default). Returns true if the terminal subsystem has not been initialized (conservative default).