A look at terminal emulators, part 1
A look at terminal emulators, part 1
Posted Mar 30, 2018 22:11 UTC (Fri) by karkhaz (subscriber, #99844)Parent article: A look at terminal emulators, part 1
One thing:
> For example, st has no scrollback buffer at all, pointing people toward terminal multiplexers like tmux and GNU Screen in its FAQ
There exist patches [0] to st to add scrollback, and many other features---pretty much anything that isn't core functionality in st must be patched in. While this may seem excessive, st's philosophy is not to have any runtime configuration files or other input, everything must be compiled in to config.h. That includes colour schemes, etc. It's thus not generally useful to install a distro-provided binary of st; better to get the source package, patch it yourself, and build that using the tools that your distro provides to build source packages.
