Terminal: Fix uninitialized cursor color.

Especially visible when running as a replicant

(change made by Andrea Anzani)

Change-Id: I11d00e21d35eccad6ba057d5ad2675de878f9c9d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/9153
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
Haiku-Format: Haiku-format Bot <[email protected]>
This commit is contained in:
JackBurton79
2025-04-03 18:40:30 +00:00
committed by waddlesplash
parent ed280bfcfa
commit 8f2748e848
+1
View File
@@ -305,6 +305,7 @@ TermView::_InitObject(const ShellParameters& shellParameters)
fTextBackColor = kWhiteColor;
fSelectForeColor = kWhiteColor;
fSelectBackColor = kBlackColor;
fCursorBackColor = fTextForeColor;
fScrollOffset = 0;
fLastSyncTime = 0;
fScrolledSinceLastSync = 0;