mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
fix: Fallback color for terminal color if disable in bshrc
This commit is contained in:
parent
f2753c0d57
commit
ef32527733
1 changed files with 1 additions and 0 deletions
|
|
@ -974,6 +974,7 @@ static bool command_starts_with(const char *prefix) {
|
||||||
|
|
||||||
static void update_input_color(TerminalSession *s) {
|
static void update_input_color(TerminalSession *s) {
|
||||||
if (!s->colors_enabled) {
|
if (!s->colors_enabled) {
|
||||||
|
s->input_color = s->fg_color;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue