mirror of
https://review.haiku-os.org/haiku
synced 2025-02-22 21:48:35 +01:00
Fixed regression: Terminal cursor color is back to black.
This commit is contained in:
parent
f0ae953990
commit
587cd228ba
@ -45,7 +45,7 @@ static const pref_defaults kTermDefaults[] = {
|
||||
{ PREF_TEXT_FORE_COLOR, " 0, 0, 0" },
|
||||
{ PREF_TEXT_BACK_COLOR, "255, 255, 255" },
|
||||
{ PREF_CURSOR_FORE_COLOR, " 0, 0, 0" },
|
||||
{ PREF_CURSOR_BACK_COLOR, "255, 200, 0" },
|
||||
{ PREF_CURSOR_BACK_COLOR, " 0, 0, 0" },
|
||||
{ PREF_SELECT_FORE_COLOR, "255, 255, 255" },
|
||||
{ PREF_SELECT_BACK_COLOR, " 0, 0, 0" },
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user