mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 03:34:54 +00:00
Make all colors u16
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
@@ -16,7 +16,7 @@ height: usize,
|
||||
buffer: [*]termbox.tb_cell,
|
||||
fg: u16,
|
||||
bg: u16,
|
||||
border_fg: u8,
|
||||
border_fg: u16,
|
||||
box_chars: struct {
|
||||
left_up: u32,
|
||||
left_down: u32,
|
||||
|
||||
Reference in New Issue
Block a user