mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
Fixing yellow color not showing
This commit is contained in:
@@ -901,6 +901,7 @@ static void update_input_color(TerminalSession *s) {
|
||||
cmd[i] = s->current_input[i];
|
||||
i++;
|
||||
}
|
||||
cmd[i] = 0;
|
||||
|
||||
if (command_exists(cmd)) {
|
||||
s->input_color = 0xFF55FF55; // green
|
||||
|
||||
Reference in New Issue
Block a user