Skip to content

Commit

Permalink
Make the default cursor fore color white
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Dec 7, 2012
1 parent 587caec commit 8ccd1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/terminal/PrefHandler.cpp
Expand Up @@ -44,7 +44,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_FORE_COLOR, "255, 255, 255" },
{ PREF_CURSOR_BACK_COLOR, " 0, 0, 0" },
{ PREF_SELECT_FORE_COLOR, "255, 255, 255" },
{ PREF_SELECT_BACK_COLOR, " 0, 0, 0" },
Expand Down

0 comments on commit 8ccd1d0

Please sign in to comment.