User Tools

Site Tools


xterm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
xterm [2025/10/21 02:12] xmpubxterm [2025/10/25 02:05] (current) – [Fix backspace] xmpub
Line 1: Line 1:
 {{tag>software guides x11}} {{tag>software guides x11}}
 ====== XTerm ====== ====== XTerm ======
-**XTerm** is a [[terminal]] emulator for [[X11]].+**XTerm** is a [[terminal]] emulator for [[X11]]. It comes with X11 and provides full [[VT100]] emulation! However its defaults are not that great.
 ===== Tweaks ===== ===== Tweaks =====
-==== Remove control characters ==== +==== Fix ctrl key ==== 
-To enable Emacs style key combinations, add ''XTerm.VT100.modifyOtherKeys: 1'' to ''~/.Xdefaults''+To enable [[Emacs]] style key combinations, add ''XTerm.VT100.modifyOtherKeys: 1'' to ''~/.Xdefaults''
 ==== Change the font ==== ==== Change the font ====
 Run ''xfontsel'' and add ''XTerm*font:<font line>'' to your ''~/.Xresources''. Run ''xfontsel'' and add ''XTerm*font:<font line>'' to your ''~/.Xresources''.
   *Ex: ''XTerm*font: -schumacher-clean-*-*-*-*-16-*-*-*-*-*-*-*''   *Ex: ''XTerm*font: -schumacher-clean-*-*-*-*-16-*-*-*-*-*-*-*''
 +==== Disable the scrollbar ====
 +''xterm*ScrollBar: off''
 +==== No bold font ==== 
 +''xterm*font: fixed''
 +==== Fix alt key ====
 +''XTerm*metaSendsEscape: true''
 +==== Fix backspace ====
 +See [[https://hypexr.org/linux_ruboff.html]]
 +
 +If you only care about [[emacs]], ''M-x normal-erase-is-backspace-mode''
xterm.1761012747.txt.gz · Last modified: by xmpub