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

get_console_terminal

Function get_console_terminal 

Source
pub fn get_console_terminal() -> Option<&'static Mutex<TerminalState>>
Expand description

Get the global console terminal state.

Returns None if the terminal subsystem has not been initialized.