mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-22 21:44:20 +02:00
Make setting numlock work on BSD + less homebrew interop
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
b1bf89a4cf
commit
3fedb59fdb
4 changed files with 66 additions and 64 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue