linux:xterm
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:xterm [2024-11-19 17:09] – admin | linux:xterm [2024-11-19 18:45] (current) – added xterm command to list fonts admin | ||
---|---|---|---|
Line 3: | Line 3: | ||
xterm is an underrated terminal emulator for the X Window System. It's powerful, customizable and lightweight. It supports 256 colors and UTF-8. It does not support tabs, but that's something which is actually not really useful, I prefer multiple xterm windows and I also use workspaces extensively because I use the [[https:// | xterm is an underrated terminal emulator for the X Window System. It's powerful, customizable and lightweight. It supports 256 colors and UTF-8. It does not support tabs, but that's something which is actually not really useful, I prefer multiple xterm windows and I also use workspaces extensively because I use the [[https:// | ||
- | Once xterm is started it looks awful, has a tiny font and lacks some features. To enable all of that simply create file '' | + | Once xterm is started it looks awful, has a tiny font and lacks some features. To enable all of that simply create file '' |
< | < | ||
Line 11: | Line 11: | ||
*customization: | *customization: | ||
xterm*termName: | xterm*termName: | ||
+ | xterm*utf8: 1 | ||
#include "/ | #include "/ | ||
- | xterm*faceName: | + | ! truetype fonts are supported, you can also disable antialias |
+ | xterm*faceName: | ||
+ | !xterm*faceName: | ||
xterm*faceSize: | xterm*faceSize: | ||
xterm*renderFont: | xterm*renderFont: | ||
+ | |||
+ | ! adjust line spacing, 0.9 .. 1.5, default 1.0 | ||
+ | !XTerm.vt100.scaleHeight: | ||
! VT Font Menu: Unreadable | ! VT Font Menu: Unreadable | ||
Line 28: | Line 34: | ||
! VT font menu: Huge | ! VT font menu: Huge | ||
xterm*faceSize5: | xterm*faceSize5: | ||
+ | |||
+ | ! bitmap fonts are set like this, iso10646 is an alias for Unicode | ||
+ | !xterm*font: | ||
+ | ! see also output of command "xterm -report-fonts" | ||
! do not scroll when there is new input e.g. tail -f /var/syslog | ! do not scroll when there is new input e.g. tail -f /var/syslog | ||
Line 39: | Line 49: | ||
Ctrl <Key> plus: larger-vt-font() \n\ | Ctrl <Key> plus: larger-vt-font() \n\ | ||
Ctrl <Key> 0: set-vt-font(d) \n\ | Ctrl <Key> 0: set-vt-font(d) \n\ | ||
- | Shift < | + | Ctrl < |
- | Shift < | + | Ctrl < |
Shift < | Shift < | ||
linux/xterm.1732032580.txt.gz · Last modified: 2024-11-19 17:09 by admin