Expand description
Display Manager
Provides login screen rendering, session management, virtual terminal
switching, and idle-timeout auto-lock. Delegates authentication to
crate::security::auth.
All rendering uses integer coordinates and the kernel’s 8x16 bitmap font.
Structs§
- Display
Manager - The display manager controls login, sessions, and VT switching.
- Display
Session - An active display session.
- Login
Screen - Login screen state.
- Session
Info - Information about a user session visible to the display manager.
- Virtual
Terminal - A virtual terminal (VT).
Enums§
- Login
Field - State of the login form.
- Session
Type - Type of display session.