summaryrefslogtreecommitdiff
path: root/src/iscygpty.h
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.2366: using old C style commentsv8.1.2366Bram Moolenaar2019-11-301-1/+1
| | | | | Problem: Using old C style comments. Solution: Use // comments where appropriate.
* patch 8.0.1030: MS-Windows: wrong size computation in is_cygpty()v8.0.1030Bram Moolenaar2017-08-311-1/+6
| | | | | Problem: MS-Windows: wrong size computation in is_cygpty(). Solution: Compute the size properly. (Ken Takata)
* patch 7.4.1963v7.4.1963Bram Moolenaar2016-06-261-0/+36
Problem: Running Win32 Vim in mintty does not work. Solution: Detect mintty and give a helpful error message. (Ken Takata)