diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-02-16 09:35:19 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-02-16 09:35:19 +0000 |
commit | e8b6624a43e161b556c35d5483247f75d7420a9c (patch) | |
tree | 6bbe7de4929447e0760f6c43220f9ea421187707 /app/xterm/KOI8RXTerm.ad | |
parent | ab91810638836fb31170f32bd2239c8d2a09b0d9 (diff) |
Import xterm version 232. tested by many.
Diffstat (limited to 'app/xterm/KOI8RXTerm.ad')
-rw-r--r-- | app/xterm/KOI8RXTerm.ad | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app/xterm/KOI8RXTerm.ad b/app/xterm/KOI8RXTerm.ad new file mode 100644 index 000000000..aa21f2666 --- /dev/null +++ b/app/xterm/KOI8RXTerm.ad @@ -0,0 +1,20 @@ +! $XTermId: KOI8RXTerm.ad,v 1.2 2007/12/30 15:49:14 tom Exp $ + +! This is based on the UXTerm app-defaults file. + +! Use +! xterm -class KOI8RXTerm +! to set resources for KOI8-R mode with corresponding fonts. + +#include "XTerm-color" + +*fontMenu.Label: KOI8-R Fonts +*VT100*allowC1Printable: true + +! Use Cyrillic instead of Latin fonts. +*VT100.font: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-koi8-r +*VT100.font2: -misc-fixed-medium-r-normal--8-80-75-75-c-50-koi8-r +*VT100.font3: -misc-fixed-medium-r-normal--14-130-75-75-c-70-koi8-r +*VT100.font4: -misc-fixed-medium-r-normal--13-120-75-75-c-80-koi8-r +*VT100.font5: -misc-fixed-medium-r-normal--18-120-100-100-c-90-koi8-r +*VT100.font6: -misc-fixed-medium-r-normal--20-200-75-75-c-100-koi8-r |