Ticket #3741: PrefHandler.patch

File PrefHandler.patch, 1.4 KB (added by HaikuBot, 15 years ago)

diff

  • src/apps/terminal/PrefHandler.cpp

     
    11/*
    2  * Copyright 2003-2007, Haiku, Inc. All Rights Reserved.
     2 * Copyright 2003-2009, Haiku, Inc. All Rights Reserved.
    33 * Copyright (c) 2004 Daniel Furrer <assimil8or@users.sourceforge.net>
    44 * Copyright (c) 2003-4 Kian Duffy <myob@users.sourceforge.net>
    55 * Copyright (c) 1998,99 Kazuho Okui and Takashi Murai.
     
    77 * Distributed unter the terms of the MIT License.
    88 */
    99
    10 
    1110#include "Coding.h"
    1211#include "PrefHandler.h"
    1312#include "TermConst.h"
     
    3837    { PREF_HALF_FONT_SIZE,      "12" },
    3938
    4039    { PREF_TEXT_FORE_COLOR,     "  0,   0,   0" },
    41     { PREF_TEXT_BACK_COLOR,     "255, 255, 255" },
    42     { PREF_SELECT_FORE_COLOR,   "255, 255, 255" },
    43     { PREF_SELECT_BACK_COLOR,   "  0,   0,   0" },
     40    { PREF_TEXT_BACK_COLOR,     "220, 220, 220" },
     41    { PREF_SELECT_FORE_COLOR,   "  0,  75, 255" },
     42    { PREF_SELECT_BACK_COLOR,   "170, 170, 170" },
    4443    { PREF_CURSOR_FORE_COLOR,   "255, 255, 255" },
    45     { PREF_CURSOR_BACK_COLOR,   "  0,   0,   0" },
     44    { PREF_CURSOR_BACK_COLOR,   "125, 125, 125" },
    4645
    4746    { PREF_IM_FORE_COLOR,       "  0,   0,   0" },
    4847    { PREF_IM_BACK_COLOR,       "152, 203, 255" },
     
    5453    { PREF_TEXT_ENCODING,       "UTF-8" },
    5554
    5655    { PREF_GUI_LANGUAGE,        "English"},
    57     { PREF_IM_AWARE,            "0"},
     56    { PREF_IM_AWARE,            "0"},
    5857    { NULL, NULL},
    5958};
    6059