Terminals: Difference between revisions

From miki
Jump to navigation Jump to search
(Created page with "== Terminals on Linux == === Gnome Terminal === The default terminal on Ubuntu. === Terminator === '''Terminator''' supports multiple GNOME Terminals in one window. === Xter...")
 
Line 21: Line 21:
: See [https://github.com/jwilm/alacritty/issues/225#issuecomment-271132853 Issue #225].
: See [https://github.com/jwilm/alacritty/issues/225#issuecomment-271132853 Issue #225].


=== ST — simple terminal ===
=== st (simple terminal) ===
'''[st http://st.suckless.org/]''', aka ''simple terminal'' from suckless.org, is a simple terminal implementation for X, that sucks less.
'''[st http://st.suckless.org/]''', aka ''simple terminal'' from suckless.org, is a simple terminal implementation for X, that sucks less.



Revision as of 12:58, 11 January 2017

Terminals on Linux

Gnome Terminal

The default terminal on Ubuntu.

Terminator

Terminator supports multiple GNOME Terminals in one window.

Xterm

Xterm is the legacy terminal emulator under X. See Xterm.

RXVT / uRXVT

Alacritty

Alacritty is a new GPU-accelerated terminal, touted to be the fastest terminal ever.

Troubleshoot
  • Slower than Gnome Terminal / Terminator on Ubuntu with Intel MESA driver (i915). On Vim, jitter in the scrolling.
See Issue #225.

st (simple terminal)

[st http://st.suckless.org/], aka simple terminal from suckless.org, is a simple terminal implementation for X, that sucks less.

On Ubuntu, install either from package

sudo apt install stterm

Or download the git repository and compile from source.

git clone git://git.suckless.org/st
cd st
make clean install

To configure st, edit config.h and build again. Check also the excellent ArchLinux page on st.

Terminal features

Terminfo

256-color support

True-color support

Cursor type

  • Block vs Caret
  • Blinking vs steady