mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
Fixing yellow color not showing
This commit is contained in:
parent
75c3e4c27a
commit
992aad52e5
1 changed files with 1 additions and 0 deletions
|
|
@ -901,6 +901,7 @@ static void update_input_color(TerminalSession *s) {
|
||||||
cmd[i] = s->current_input[i];
|
cmd[i] = s->current_input[i];
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
cmd[i] = 0;
|
||||||
|
|
||||||
if (command_exists(cmd)) {
|
if (command_exists(cmd)) {
|
||||||
s->input_color = 0xFF55FF55; // green
|
s->input_color = 0xFF55FF55; // green
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue