summaryrefslogtreecommitdiffstats
path: root/src/os_unix.c
AgeCommit message (Expand)Author
2018-06-12patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal windowv8.1.0050Bram Moolenaar
2018-06-12patch 8.1.0049: shell cannot tell running in a terminal windowv8.1.0049Bram Moolenaar
2018-05-12patch 8.0.1820: terminal window redirecting stdout does not show stderrv8.0.1820Bram Moolenaar
2018-05-05patch 8.0.1795: lose contact with jobs when :gui forksv8.0.1795Bram Moolenaar
2018-04-24patch 8.0.1761: job in terminal window with no output channel is killedv8.0.1761Bram Moolenaar
2018-04-24patch 8.0.1753: various warnings from a static analyserv8.0.1753Bram Moolenaar
2018-04-21patch 8.0.1745: build failure on MS-Windowsv8.0.1745Bram Moolenaar
2018-04-05patch 8.0.1665: when running a terminal from the GUI 'term' is not usefulv8.0.1665Bram Moolenaar
2018-03-22patch 8.0.1629: Mac: getpagesize() is deprecatedv8.0.1629Bram Moolenaar
2018-03-17patch 8.0.1613: warning for unused variable in tiny buildv8.0.1613Bram Moolenaar
2018-03-16patch 8.0.1609: shell commands in the GUI use a dumb terminalv8.0.1609Bram Moolenaar
2018-03-05patch 8.0.1572: Mac: getting memory size doesn't work everywherev8.0.1572Bram Moolenaar
2018-03-05patch 8.0.1568: can't build on older Mac, header file is missingv8.0.1568Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2018-02-27patch 8.0.1552: may leak file descriptors when executing jobv8.0.1552Bram Moolenaar
2018-02-27patch 8.0.1551: on Mac 'maxmemtot' is set to a weird valuev8.0.1551Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar
2017-12-18patch 8.0.1405: duplicated code for getting a typed characterv8.0.1405Bram Moolenaar
2017-11-18patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar
2017-11-18patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar
2017-11-16patch 8.0.1300: file permissions may end up wrong when writingv8.0.1300Bram Moolenaar
2017-10-28patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar
2017-10-06patch 8.0.1176: job_start() does not handle quote and backslash correctlyv8.0.1176Bram Moolenaar
2017-10-01patch 8.0.1170: using termdebug results in 100% CPU timev8.0.1170Bram Moolenaar
2017-09-08patch 8.0.1074: ":term NONE" does not work on MS-Windowsv8.0.1074Bram Moolenaar
2017-09-05patch 8.0.1064: Coverity warns for leaking resourcev8.0.1064Bram Moolenaar
2017-09-03patch 8.0.1051: cannot run terminal with spaces in argumentv8.0.1051Bram Moolenaar
2017-09-01patch 8.0.1033: detecting background color does not work in screenv8.0.1033Bram Moolenaar
2017-08-26patch 8.0.1000: cannot open a terminal without running a job in itv8.0.1000Bram Moolenaar
2017-08-21patch 8.0.0980: Coverity warning for failing to open /dev/nullv8.0.0980Bram Moolenaar
2017-08-20patch 8.0.0976: cannot send lines to a terminal jobv8.0.0976Bram Moolenaar
2017-08-13patch 8.0.0932: terminal may not use right characters for BS and Enterv8.0.0932Bram Moolenaar
2017-08-11patch 8.0.0902: cannot specify directory or environment for a jobv8.0.0902Bram Moolenaar
2017-08-11patch 8.0.0899: function name mch_stop_job() is confusingv8.0.0899Bram Moolenaar
2017-08-03patch 8.0.0854: no redraw after terminal was closedv8.0.0854Bram Moolenaar
2017-08-03patch 8.0.0846: cannot get the name of the pty of a jobv8.0.0846Bram Moolenaar
2017-08-02patch 8.0.0842: using slave pty after closing itv8.0.0842Bram Moolenaar
2017-08-01patch 8.0.0839: cannot kill a job in a terminal with CTRL-Cv8.0.0839Bram Moolenaar
2017-08-01patch 8.0.0834: can't build without the client-server featurev8.0.0834Bram Moolenaar
2017-08-01patch 8.0.0829: job running in terminal can't communicate with Vimv8.0.0829Bram Moolenaar
2017-08-01patch 8.0.0827: Coverity: could leak pty file descriptorv8.0.0827Bram Moolenaar
2017-07-28patch 8.0.0797: finished job in terminal window is not handledv8.0.0797Bram Moolenaar
2017-07-28patch 8.0.0793: using wrong terminal name for terminal windowv8.0.0793Bram Moolenaar
2017-07-22patch 8.0.0753: no size reports to a job running in a terminalv8.0.0753Bram Moolenaar
2017-07-22patch 8.0.0748: running Vim in terminal window doesn't use the right colorsv8.0.0748Bram Moolenaar
2017-07-22patch 8.0.0746: when :term fails the job is not properly cleaned upv8.0.0746Bram Moolenaar
2017-07-22patch 8.0.0744: terminal window does not use a ptyv8.0.0744Bram Moolenaar
2017-07-22patch 8.0.0741: cannot build with HPUXv8.0.0741Bram Moolenaar
2017-07-20patch 8.0.0739: terminal resizing doesn't work well.v8.0.0739Bram Moolenaar
2017-06-22patch 8.0.0661: recognizing urxvt mouse codes does not work wellv8.0.0661Bram Moolenaar