LINUX.ORG.RU

xterm + colors


0

0

Добрый день.

Запускаю xterm с соответствующими опциями командной строки - чтоб цвета понимал. Так вроде понимает, на ЕСК-последовательности реагирует.. А вот миднайт коммандер черно-белый 8( Как бороться?

И еще. Некоторый русские фонты рисуются с жутким межсимвольным интервалом. Пробовал поиграться с -/+wc и -/+u8 - ничего не дало. опять же, как бороться?

Спасибо.

anonymous

Пункт 4.6 в MC FAQ:

Some color_xterm terminals define all colors as black instead of the
standard ANSI colors. This makes them go completely black when you try
to use Midnight Commander with colors.

You will have to override the defaults. Create a file "color.defaults"
   which has the following contents:
    color_xterm*color0:           Black
    color_xterm*color1:           Red
    color_xterm*color2:           Green
    color_xterm*color3:           Yellow
    color_xterm*color4:           Blue
    color_xterm*color5:           Magenta
    color_xterm*color6:           Cyan
    color_xterm*color7:           White
    color_xterm*background:       White
    color_xterm*foreground:       Black

   xrdb -merge color.defaults
   Alternatively you can add the suggested contents of the color.defaults
   file to your .Xdefaults or .Xresources file (or what ever the name of
   your X configuration file is). Or you can replace your non-ANSI
   color_xterm with an ANSI color_xterm.

BaT ★★★★★
()

Суровый и неспортивный метод -- пускать mc -c.

Более спортивно сказать

COLORTERM=;export COLORTERM

Obidos ★★★★★
()

спасибо за помощь.

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.