st is a simple terminal implementation for x. what is wrong with xterm ? xterm is bloated and unmaintainable.
st is a simple terminal implementation for x.
what is wrong with xterm ?
xterm is bloated and unmaintainable. here’s an excerpt from the readme:
abandon all hope, ye who enter here
this is undoubtedly the most ugly program in the distribution. it was one of the first "serious" programs ported, and still has a lot of historical baggage. ideally, there would be a general tty widget and then vt102 and tek4014 subwidgets so that they could be used in other programs. we are trying to clean things up as we go, but there is still a lot of work to do.
needless to say things have not changed, it’s still ugly. it has over 65k lines of code and emulates obscure and obsolete terminals you will never need. the popular alternative, rxvt has only 32k lines of code. this is just too much for something as simple as a terminal emulator; it’s yet another example of code complexity.
lightweight command-line console terminal-client