简体   繁体   中英

How can I compute a sorted list of preferred terminal types?

In order to know what terminal to configure by default, I am looking to build a sorted list of preferred terminals.

Is there a comparison, preferably as a table of different terminal types including: xterm xterm-new xterm-256color ansi vt100 rxvt linux .

Based on current feedback, this is the recommended sorted list :

linux
xterm-256color
xterm-16color
xterm
ansi
vt100
rxvt

Just to be sure that we are sorting it properly, here are the rules:

linux > xterm
xterm > rxvt
xterm-256colors > xterm-16colors > xterm
ansi > vt100
vt102 > vt100

That's a community-wiki answer and you are welcome to patch it !

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM