summaryrefslogtreecommitdiff
path: root/src/os_unix.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1820: terminal window redirecting stdout does not show stderrv8.0.1820Bram Moolenaar2018-05-121-1/+6
* patch 8.0.1795: lose contact with jobs when :gui forksv8.0.1795Bram Moolenaar2018-05-051-5/+13
* patch 8.0.1761: job in terminal window with no output channel is killedv8.0.1761Bram Moolenaar2018-04-241-7/+8
* patch 8.0.1753: various warnings from a static analyserv8.0.1753Bram Moolenaar2018-04-241-1/+1
* patch 8.0.1745: build failure on MS-Windowsv8.0.1745Bram Moolenaar2018-04-211-85/+0
* patch 8.0.1665: when running a terminal from the GUI 'term' is not usefulv8.0.1665Bram Moolenaar2018-04-051-2/+14
* patch 8.0.1629: Mac: getpagesize() is deprecatedv8.0.1629Bram Moolenaar2018-03-221-1/+1
* patch 8.0.1613: warning for unused variable in tiny buildv8.0.1613Bram Moolenaar2018-03-171-1/+1
* patch 8.0.1609: shell commands in the GUI use a dumb terminalv8.0.1609Bram Moolenaar2018-03-161-45/+153
* patch 8.0.1572: Mac: getting memory size doesn't work everywherev8.0.1572Bram Moolenaar2018-03-051-2/+2
* patch 8.0.1568: can't build on older Mac, header file is missingv8.0.1568Bram Moolenaar2018-03-051-1/+0
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-4/+1
* patch 8.0.1552: may leak file descriptors when executing jobv8.0.1552Bram Moolenaar2018-02-271-3/+15
* patch 8.0.1551: on Mac 'maxmemtot' is set to a weird valuev8.0.1551Bram Moolenaar2018-02-271-8/+67
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-7/+4
* patch 8.0.1405: duplicated code for getting a typed characterv8.0.1405Bram Moolenaar2017-12-181-30/+2
* patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar2017-11-181-6/+6
* patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar2017-11-181-14/+51
* patch 8.0.1300: file permissions may end up wrong when writingv8.0.1300Bram Moolenaar2017-11-161-3/+14
* patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar2017-10-281-11/+0
* patch 8.0.1176: job_start() does not handle quote and backslash correctlyv8.0.1176Bram Moolenaar2017-10-061-9/+17
* patch 8.0.1170: using termdebug results in 100% CPU timev8.0.1170Bram Moolenaar2017-10-011-4/+12
* patch 8.0.1074: ":term NONE" does not work on MS-Windowsv8.0.1074Bram Moolenaar2017-09-081-2/+8
* patch 8.0.1064: Coverity warns for leaking resourcev8.0.1064Bram Moolenaar2017-09-051-0/+3
* patch 8.0.1051: cannot run terminal with spaces in argumentv8.0.1051Bram Moolenaar2017-09-031-1/+10
* patch 8.0.1033: detecting background color does not work in screenv8.0.1033Bram Moolenaar2017-09-011-0/+1
* patch 8.0.1000: cannot open a terminal without running a job in itv8.0.1000Bram Moolenaar2017-08-261-1/+24
* patch 8.0.0980: Coverity warning for failing to open /dev/nullv8.0.0980Bram Moolenaar2017-08-211-0/+8
* patch 8.0.0976: cannot send lines to a terminal jobv8.0.0976Bram Moolenaar2017-08-201-3/+11
* patch 8.0.0932: terminal may not use right characters for BS and Enterv8.0.0932Bram Moolenaar2017-08-131-30/+54
* patch 8.0.0902: cannot specify directory or environment for a jobv8.0.0902Bram Moolenaar2017-08-111-0/+19
* patch 8.0.0899: function name mch_stop_job() is confusingv8.0.0899Bram Moolenaar2017-08-111-1/+1
* patch 8.0.0854: no redraw after terminal was closedv8.0.0854Bram Moolenaar2017-08-031-12/+26
* patch 8.0.0846: cannot get the name of the pty of a jobv8.0.0846Bram Moolenaar2017-08-031-12/+8
* patch 8.0.0842: using slave pty after closing itv8.0.0842Bram Moolenaar2017-08-021-13/+13
* patch 8.0.0839: cannot kill a job in a terminal with CTRL-Cv8.0.0839Bram Moolenaar2017-08-011-15/+35
* patch 8.0.0834: can't build without the client-server featurev8.0.0834Bram Moolenaar2017-08-011-0/+6
* patch 8.0.0829: job running in terminal can't communicate with Vimv8.0.0829Bram Moolenaar2017-08-011-1/+9
* patch 8.0.0827: Coverity: could leak pty file descriptorv8.0.0827Bram Moolenaar2017-08-011-0/+16
* patch 8.0.0797: finished job in terminal window is not handledv8.0.0797Bram Moolenaar2017-07-281-0/+3
* patch 8.0.0793: using wrong terminal name for terminal windowv8.0.0793Bram Moolenaar2017-07-281-1/+2
* patch 8.0.0753: no size reports to a job running in a terminalv8.0.0753Bram Moolenaar2017-07-221-0/+42
* patch 8.0.0748: running Vim in terminal window doesn't use the right colorsv8.0.0748Bram Moolenaar2017-07-221-0/+10
* patch 8.0.0746: when :term fails the job is not properly cleaned upv8.0.0746Bram Moolenaar2017-07-221-1/+3
* patch 8.0.0744: terminal window does not use a ptyv8.0.0744Bram Moolenaar2017-07-221-57/+75
* patch 8.0.0741: cannot build with HPUXv8.0.0741Bram Moolenaar2017-07-221-1/+1
* patch 8.0.0739: terminal resizing doesn't work well.v8.0.0739Bram Moolenaar2017-07-201-13/+31
* patch 8.0.0661: recognizing urxvt mouse codes does not work wellv8.0.0661Bram Moolenaar2017-06-221-6/+11
* patch 8.0.0526: Coverity complains about possible negative valuev8.0.0526Bram Moolenaar2017-03-301-2/+8
* patch 8.0.0512: check for available characters takes too longv8.0.0512Bram Moolenaar2017-03-251-1/+1