mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +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];
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user