Make setting numlock work on BSD + less homebrew interop

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion 2024-07-30 18:38:21 +02:00
commit 3fedb59fdb
No known key found for this signature in database
GPG key ID: 3E85EB44F610AD7F
4 changed files with 66 additions and 64 deletions

View file

@ -14,7 +14,7 @@ border_fg: u8 = 8,
box_title: ?[]const u8 = null,
clear_password: bool = false,
clock: ?[:0]const u8 = null,
console_dev: [:0]const u8 = "/dev/console",
console_dev: []const u8 = "/dev/console",
default_input: Input = .login,
error_bg: u16 = 0,
error_fg: u16 = 258,