LINUX.ORG.RU

Вопрос по настройке xterm


0

0

Как запретить использование жирного шрифта в xterm, как к примеру это можно сделать в konsole или gnome-terminal?

И не могли бы дать линк на описание настроек xterm?, а то что-то у меня трудности с поиском хорошей инфы по сабжу.

anonymous

Из man xterm:

+bdc Set the vt100 resource colorBDMode to TRUE, enabling the display of characters with bold attribute as color
rather than bold

colorBDMode (class ColorAttrMode)
Specifies whether characters with the bold attribute should be displayed in color or as bold characters.
Note that setting colorMode off disables all colors, including bold. The default is ‘‘false.’’

Хорошая дока - man xterm.

watashiwa_daredeska ★★★★
()
Ответ на: комментарий от watashiwa_daredeska

чем дальше влес тем... с английским траблы :(

anonymous
()
Ответ на: комментарий от watashiwa_daredeska

Никакого эффекта - жирный шрифт как был, так и остаётся.
Вот мой кусок XTerm-color:

! $XFree86: xc/programs/xterm/XTerm-col.ad,v 3.1 2002/01/05 22:05:02 dickey Exp $

#include "XTerm"

*VT100*colorMode: on
!*VT100*boldColors: on
*VT100*dynamicColors: on

! Uncomment this for "white" text on a dark background.
!*VT100*foreground: gray90
!*VT100*background: black

! Uncomment this to use color for underline attribute
!*VT100*colorULMode: on
!*VT100*underLine: off

! Uncomment this to use color for the bold attribute
!*VT100*colorBDMode: on

! Uncomment this to use the bold/underline colors in preference to other colors
!*VT100*colorAttrMode: on

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