为什么 cmder 被称作是终端模拟器(console emulators),什么是真正意义的 console?
資深大佬 : lynn0977 4
并且 ConEmu 也被称作是终端模拟器,那什么是是真正的 console,cmd.exe 和 powershell ?
大佬有話說 (15)
https://unix.stackexchange.com/a/4132
***
When you have a GUI, you can use a terminal program to draw a nice resizeable border, add scroll bars, and format the text, and so on, for a terminal session. Often these are called terminal emulators, and sometimes they can handle multiple sessions via a TAB concept. A Terminal Emulator often starts a Shell to allow you to interactively work on a command line.
当你有了图形用户界面,你可以使用终端程序为终端会话绘制一个可调整大小的漂亮边框,添加滚动条,格式化文本等等。这些模拟器通常被称为终端模拟器,有时它们可以通过 TAB 概念处理多个会话。虚拟终端通常会启动一个 Shell 来允许您在命令行上交互式地工作。