[haiku-commits] haiku: hrev44930 - src/apps/terminal

  • From: axeld@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 30 Nov 2012 13:42:41 +0100 (CET)

hrev44930 adds 1 changeset to branch 'master'
old head: f0ae953990660daeee164a0955b687722001afd2
new head: 587cd228badd8a28b03c758be95bc3098fcd3ed3
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=587cd22+%5Ef0ae953

----------------------------------------------------------------------------

587cd22: Fixed regression: Terminal cursor color is back to black.

                                   [ Axel DÃrfler <axeld@xxxxxxxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44930
Commit:      587cd228badd8a28b03c758be95bc3098fcd3ed3
URL:         http://cgit.haiku-os.org/haiku/commit/?id=587cd22
Author:      Axel DÃrfler <axeld@xxxxxxxxxxxxxxxx>
Date:        Fri Nov 30 12:42:00 2012 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/apps/terminal/PrefHandler.cpp | 2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/terminal/PrefHandler.cpp 
b/src/apps/terminal/PrefHandler.cpp
index 030b62e..b1e4778 100644
--- a/src/apps/terminal/PrefHandler.cpp
+++ b/src/apps/terminal/PrefHandler.cpp
@@ -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" },
 


Other related posts: