在哪里可以阅读 ANSI 终端标准?
Where can I read the ANSI terminal standard?
我正在考虑创建自己的终端仿真库,我想首先尝试获取 ANSI 终端的最新标准。我知道那里有很多资源,但如果可以的话,我想阅读实际的标准。
如果标准的购买成本 "a lot of money"(对我而言,超过 25 美元),我能找到的次佳(最完整)描述是什么?
我想我找到了我要找的东西。
根据维基百科的 ANSI escape code, the standard adopted was ECMA-48, the document is available at www.ecma-international.org Ecma-048.pdf
我正在考虑创建自己的终端仿真库,我想首先尝试获取 ANSI 终端的最新标准。我知道那里有很多资源,但如果可以的话,我想阅读实际的标准。
如果标准的购买成本 "a lot of money"(对我而言,超过 25 美元),我能找到的次佳(最完整)描述是什么?
我想我找到了我要找的东西。 根据维基百科的 ANSI escape code, the standard adopted was ECMA-48, the document is available at www.ecma-international.org Ecma-048.pdf