MinTTY 是一款专用于 Cygwin 环境的终端模拟器,兼容 Xterm,支持 UTF-8、CJK 字体、Windows 输入法,可执行拖曳和复制/粘贴操作,具有原生的 Windows 外观及窗口透明等特性。 MinTTY 0.9.3 特性:- Disabled flow control with ^S and ^Q by default, to stop unwary users from accidentally “hanging” their terminal and to make those keys available for other functions. To re-enable, use stty stop ^S start ^Q.
- Stopped resizing the window when changing font size with Ctrl+plus/minus/zero or Ctrl+mousewheel. This follows the example of KDE’s Konsole and is more consistent with other programs that have this feature.
- Changed interpretation of the --hold=never command line option (or -hn for short) such that the window should really never stay open after the shell process finishes. The default remains to leave the window open when the shell process exits with status 255. This is used to signal failure to execute the shell command, and it is also used by ssh to indicate connection failure.
- Tweaked SIGCHLD handling to reap all dead processes that come mintty’s way, not just the shell process.
- Fixed a memory corruption bug in the handling of combining characters.
- Fixed crash when trying to open a filename that cannot be converted to Windows format.

下载 MinTTY 0.9.3 发布公告 项目主页 |