Jump to content

mintty

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Tedickey (talk | contribs) at 00:29, 9 May 2020 (Reverted 1 edit by Taoxiang1014 (talk) to last revision by 24.64.172.44 (TW)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

mintty
Developer(s)Andy Koppe; Thomas Wolff
Initial release2008; 16 years ago (2008)
Stable release
3.1.0 / November 23, 2019; 4 years ago (2019-11-23)[1]
Repositorygithub.com/mintty/mintty
Written inC
Operating systemWindows
PlatformCygwin
TypeTerminal emulator
LicenseGPLv3+
Websitemintty.github.io

mintty is a free and open source terminal emulator for Cygwin, the Unix-like environment for Windows. It features a native Windows user interface and does not require a display server; its terminal emulation is aimed to be compatible with xterm.[2]

Mintty is based on the terminal emulation and Windows frontend parts of PuTTY, but improves on them in a number of ways, particularly regarding xterm compatibility. It is written in C. The POSIX API provided by Cygwin is used to communicate with processes running within mintty, while its user interface is implemented using the Windows API. The program icon comes from KDE's Konsole.

Towards the end of 2011, mintty became Cygwin's default terminal.[3] Advantages over Cygwin's previous default console include a more flexible user interface and closer adherence to Unix standards and conventions. Since it is not based on the standard Windows console, however, programs written specifically for that do not work correctly in mintty. It is also available for MSYS[4] (a more minimal Unix environment forked from Cygwin).

Originally, the project's name was styled "MinTTY", following the example of PuTTY, but it was later restyled to "mintty", which was felt to better suit the project's minimalist approach.[5]

References

  1. ^ "3.1.0".
  2. ^ "Project page".
  3. ^ "1.0.2-1 announcement".
  4. ^ http://sourceforge.net/downloads/mingw/MSYS/mintty
  5. ^ "0.5-beta2 announcement".

External links