简体   繁体   English

如何计算首选终端类型的排序列表?

[英]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 .是否有比较,最好作为不同终端类型的表格,包括: 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 !这是一个社区维基答案,欢迎您修补它

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何检测Gnome终端? - How can I detect Gnome Terminal? 如何将Linux终端输出重定向到Eclipse控制台? - How can I redirect linux terminal output to Eclipse console? 我该如何ENABLE_VIRTUAL_TERMINAL_PROCESSING? - How can I ENABLE_VIRTUAL_TERMINAL_PROCESSING? 如何使用终端的比特币私钥签署消息 - How can I sign a message with a Bitcoin private key from terminal 我可以在 Android Studio 上构建项目,但不能在终端上构建项目 - I can build project on Android studio but not in terminal 如何使用集成的 Visual Studio Code 终端从标准输入读取数据? - How can I read from stdin using the integrated Visual Studio Code terminal? 如何检查 Java 程序的输入/输出流是否已连接到终端? - How can I check if a Java program's input/output streams are connected to a terminal? 当用户键入“ 1”时,如何编写基于控制台的Java游戏以进行重播? - How can I code a console-based Java game to replay when the user types in “1”? 如何在控制台或 Mac 终端中运行我的 Python 链表? - How to run my Python Linked List in the console or Mac Terminal? 在Akeneo 2.1中,如何获取活动区域列表? - In Akeneo 2.1, how can I get a list of active locales?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM