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:
committed by
waddlesplash
parent
ed280bfcfa
commit
8f2748e848
@@ -305,6 +305,7 @@ TermView::_InitObject(const ShellParameters& shellParameters)
|
||||
fTextBackColor = kWhiteColor;
|
||||
fSelectForeColor = kWhiteColor;
|
||||
fSelectBackColor = kBlackColor;
|
||||
fCursorBackColor = fTextForeColor;
|
||||
fScrollOffset = 0;
|
||||
fLastSyncTime = 0;
|
||||
fScrolledSinceLastSync = 0;
|
||||
|
||||
Reference in New Issue
Block a user