Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a227c968ab8d19ef

Jump to content

mintty

From Wikipedia, the free encyclopedia
(Redirected from MinTTY)
mintty
DevelopersAndy Koppe; Thomas Wolff
Release2008; 18 years ago (2008)
Stable release
3.8.2 / February 15, 2026; 5 months ago (2026-02-15)[1]
Written inC
Operating systemWindows
PlatformCygwin
TypeTerminal emulator
LicenseGPL-3.0-or-later
Websitemintty.github.io
Repositorygithub.com/mintty/mintty

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,[3] 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.[4] 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[5] (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.[6]

References

[edit]
  1. "Release 3.8.2". GitHub.
  2. "Project page". mintty.github.io. Archived from the original on 26 October 2022.
  3. "Download mintty 1.0.1". Softpedia. 26 July 2011. mintty is a lightweight, portable application that was developed so that it can replace PuTTY
  4. "1.0.2-1 announcement". cygwin.com.
  5. "MinGW - Minimalist GNU for Windows - Browse /MSYS/mintty at SourceForger.net". SourceForge. Archived from the original on 12 January 2011.
  6. "0.5-beta2 announcement".
[edit]