Home
last modified time | relevance | path

Searched refs:TTY_DEVICE_PATH (Results 1 – 1 of 1) sorted by relevance

/StarryEngine/starry_toolkit/src/base/
H A Dpanel.rs21 const TTY_DEVICE_PATH: &str = "/dev/char/tty0"; constant
121 File::open(TTY_DEVICE_PATH).expect("[Error] Panel failed to open tty file"), in from_window()