Overview
Comment: | Xdefaults: Use -256color version for TERM |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8f4442c4a689d01ee59b79f62e129fd0 |
User & Date: | js on 2020-12-31 00:59:18 |
Other Links: | manifest | tags |
Context
2020-12-31
| ||
01:01 | cvsrc: Add -z3 check-in: 7891ce22cc user: js tags: trunk | |
00:59 | Xdefaults: Use -256color version for TERM check-in: 8f4442c4a6 user: js tags: trunk | |
00:54 | xinitrc: Add NetBSD-specific part, switch to tcwm check-in: af18365ba3 user: js tags: trunk | |
Changes
Modified Xdefaults from [4c276e4628] to [a33607eaab].
1 2 3 4 5 6 7 8 | XTerm*loginShell: true XTerm*background: black XTerm*foreground: darkgrey XTerm*cursorColor: yellow !XTerm*font: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1 !XTerm*wideFont: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1 XTerm*font: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 XTerm*wideFont: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | XTerm*loginShell: true XTerm*background: black XTerm*foreground: darkgrey XTerm*cursorColor: yellow !XTerm*font: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1 !XTerm*wideFont: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1 XTerm*font: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 XTerm*wideFont: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 XTerm*termName: xterm-256color UXTerm*loginShell: true UXTerm*background: black UXTerm*foreground: darkgrey UXTerm*cursorColor: yellow !UXTerm*font: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1 !UXTerm*wideFont: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1 UXTerm*font: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 UXTerm*wideFont: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 UXTerm*termName: xterm-256color aterm*loginShell: true aterm*background: black aterm*foreground: darkgrey aterm*colorBD: white aterm*cursorColor: yellow aterm*cursorColor2: darkred |
︙ | ︙ | |||
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | !Rxvt*shading: 25 !Rxvt*font: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1 !Rxvt*boldFont: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1 Rxvt*font: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 Rxvt*boldFont: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 Rxvt*scrollBar: false Rxvt*internalBorder: 3 URxvt*loginShell: true URxvt*termName: rxvt URxvt*background: black URxvt*foreground: darkgrey URxvt*colorBD: white URxvt*cursorColor: yellow URxvt*cursorColor2: darkred !URxvt*inheritPixmap: true !URxvt*tintColor: white !URxvt*shading: 25 !URxvt*font: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1 !URxvt*boldFont: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1 URxvt*font: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 URxvt*boldFont: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 URxvt*scrollBar: false URxvt*internalBorder: 3 | > > | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | !Rxvt*shading: 25 !Rxvt*font: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1 !Rxvt*boldFont: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1 Rxvt*font: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 Rxvt*boldFont: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 Rxvt*scrollBar: false Rxvt*internalBorder: 3 Rxvt*termName: rxvt-256color URxvt*loginShell: true URxvt*termName: rxvt URxvt*background: black URxvt*foreground: darkgrey URxvt*colorBD: white URxvt*cursorColor: yellow URxvt*cursorColor2: darkred !URxvt*inheritPixmap: true !URxvt*tintColor: white !URxvt*shading: 25 !URxvt*font: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1 !URxvt*boldFont: -misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1 URxvt*font: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 URxvt*boldFont: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 URxvt*scrollBar: false URxvt*internalBorder: 3 URxvt*termName: rxvt-256color |