Drawing Line Characters unter der Syscons

sewin

Entwickler
Hallo,

ich habe meine Syscons-Console jetzt auf ISO deutsch eingestellt und sie zeigt auch Umlaute und alles passt. Allerdings sehen einige programme, im besonderen der Midnight Commander so richtig scheisse aus. mc -a ist auch nicht so mein ding. Und bei den Darstellungsbits habe ich alle Kombinationen durch. Hier meine .bashrc und /etc/rc.conf:

/etc/rc.conf:
font8x8="iso-8x8"
font8x14="iso-8x14"
font8x16="iso-8x16"
keymap="german.iso"

/~/.bashrc:
export LC_ALL='de_DE.ISO8859-1'
export LANG='de_DE.ISO8859-1'
export LC_CTYPE='de_DE.ISO8859-1'
export LC_COLLATE='de_DE.ISO8859-1'
export LC_MESSAGES='de_DE.ISO8859-1'
export LC_MONETARY='de_DE.ISO8859-1'
export LC_NUMERIC='de_DE.ISO8859-1'
export LC_TIME='de_DE.ISO8859-1'
export CHARSET='ISO-8859-1'
export MM_CHARSET='ISO-8859-1'


Nach einem bißchen Google´n hab ich dann das in der MC-FAQ gefunden:


4.2 Why don't line drawing characters work?

Since version 4.0.13 there's the command line option -a to force use
of charaters +, |, - for line drawing (only available when compiled
with S-Lang). Use the -a option if any of the suggestions below
doesn't help.

In general, there are three cases:
* Lines are shown as ASCII characters like this

+---------+
| |
+---------+

This also happens when you use the -a option. Other than that
possible reason is 1 or 2 (see below).

* Lines are shown as lower case characters like this

lqqqqqqqqqk
x x
mqqqqqqqqqj

Possible reason is 1 or 2 (see below).

* Lines are shown as blanks or missing characters. Possible reason
is 2 or 3 (see below).

The reason for the problem is one of following:

1. Your terminal might not support line drawing characters. VT100
compatible terminals, rxvt and xterm and color_xterm do support
them.
2. Your terminfo or termcap database might have missing or incorrect
definitions for line drawing characters. Set the acsc variable
in the terminfo database like this:
acsc=a\376k\277l\332m\300j\331n\305w\302v\301u\264t\303q\304x
\263h\2600\333
Don't forget issue 'tic' command. This supposes you are using PC
character set. The octal values might be different for other
character sets. If you are using termcap instead of terminfo,
you should modify above solution appropriately.
3. Your terminal font might not support line drawing characters.
Try changing the font.


Nun meine Frage: Was muss ich tun um der syscons drawing line characters zu verpassen ? Oder wo und wie in der /etc/termcap muss ich obige acsc-zeile einfügen ? einfach unten anhängen hat nix gebracht.

Bin um jeden kleinen schubs in die richtige Richtung dankbar.

sewin
 
Zurück
Oben