>> No, that's an xterm feature.
>
> Feature indeed :-)

If the normal font is distinct from the bold font (that is, their names 
differ), you get The Better Behavior.
For example, I have ahnv.pcf and ahnv_b.pcf which are exactly the same and 
start xterms using

<<< This Script <<<
font=${1:1};
if [ "${1:0:1}" == "^" ]; then
    opts="-fn $font -fb ${font}_b";
    shift;
fi;

exec xterm -ls -fg gray -bg "#001020" -geometry 80x25 -vb +bdc +fbx \
 +sb +vb $opts "$@";
>>> >>>


Jan Engelhardt
-- 
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to