Fixing yellow color not showing

This commit is contained in:
Lluciocc 2026-04-19 00:45:41 +02:00
parent 75c3e4c27a
commit 992aad52e5

View file

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