File: dot.Xresources.pl

package info (click to toggle)
language-env 0.64
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,588 kB
  • ctags: 125
  • sloc: perl: 6,243; makefile: 83; tcl: 64; sh: 18
file content (24 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
! s comment -*-coding: iso-8859-13;-*-
Nustatymai X Window System terminalu emuliatoriams
END
Nustatymai X Window System terminal emuliatoriams
END

print "\n";

if ( $LT_ENC eq "UTF-8" ) {
    print "xterm*utf8:   1\n";
}

print <<"EOF";
XTerm*VT100.font:      -misc-fixed-medium-r-normal-*-*-140-*-*-c-*-${FONTSET}
XTerm*VT100.boldFont:  -misc-fixed-medium-r-normal-*-*-140-*-*-c-*-${FONTSET}

Rxvt*font:             -misc-fixed-medium-r-normal-*-*-140-*-*-c-*-${FONTSET}

wterm*font:            -misc-fixed-medium-r-normal-*-*-140-*-*-c-*-${FONTSET}

aterm*font:            -misc-fixed-medium-r-normal-*-*-140-*-*-c-*-${FONTSET}

EOF