Skip to content

Commit

Permalink
changed color
Browse files Browse the repository at this point in the history
  • Loading branch information
Namonay committed Jul 19, 2024
1 parent d94eb60 commit 880834c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions sources/drivers/vga/vga.zig
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,6 @@ pub fn init(title : []const u8, title_color : u8, navbar_color : u8, triggered_c
vga.color = navbar_color;
vga.nav_color = navbar_color;
vga.nav_triggered_color = triggered_color;
// const values = [_]u8{'1','2','3','4','5','6','S','L'};
// var i : u32 = 63;
// for (values) |c|
// {
// putCharAt(' ', i, 0);
// i += 1;
// putCharAt(c, i, 0);
// i += 1;
// }
vga.color = computeColor(vga.curr_fg, vga.curr_bg);
vga.column = 1;
updateCursor();
Expand Down

0 comments on commit 880834c

Please sign in to comment.