Make all colors u16

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2024-08-05 10:41:34 +02:00
parent 1075c923ef
commit 071b7a2182
2 changed files with 3 additions and 3 deletions

View File

@@ -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,