Ticket #2489: colors of bold and selected text in viewer cannot be set in the command line

...using --colors option.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2011-01-30 16:54:27 +03:00
parent 14a82ae0ec
commit e3cbdfad04
2 changed files with 3 additions and 1 deletions

View File

@ -94,6 +94,8 @@ static const mc_skin_colors_old_t old_colors[] = {
{"reverse", "core", "reverse"},
{"selected", "core", "selected"},
{"statusbar", "statusbar", "_default_"},
{"viewbold", "viewer", "viewbold"}
{"viewselected", "viewer", "viewselected"}
{"viewunderline", "viewer", "viewunderline"}
};

View File

@ -335,7 +335,7 @@ mc_args_new_color_group (void)
" Popup menus: pmenunormal, pmenusel, pmenutitle\n"
" Editor: editnormal, editbold, editmarked, editwhitespace,\n"
" editlinestate\n"
" Viewer: viewunderline\n"
" Viewer: viewbold, viewunderline, viewselected\n"
" Help: helpnormal, helpitalic, helpbold, helplink, helpslink\n"),
/* TRANSLATORS: don't translate color names and attributes */
_("Standard Colors:\n"