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

is_echo_enabled

Function is_echo_enabled 

Source
pub fn is_echo_enabled() -> bool
Expand description

Check if echo is enabled on the console.

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