summaryrefslogtreecommitdiff
path: root/src/channel.c
AgeCommit message (Expand)Author
2018-05-05patch 8.0.1795: lose contact with jobs when :gui forksBram Moolenaar
2018-04-30patch 8.0.1775: MS-Windows: warning for unused variableBram Moolenaar
2018-04-24patch 8.0.1761: job in terminal window with no output channel is killedBram Moolenaar
2018-04-21patch 8.0.1747: MS-Windows: term_start() does not set job_info() cmdBram Moolenaar
2018-04-21patch 8.0.1746: MS-Windows: channel tests failBram Moolenaar
2018-04-21patch 8.0.1745: build failure on MS-WindowsBram Moolenaar
2018-04-21patch 8.0.1742: cannot get a list of all the jobsBram Moolenaar
2018-04-14patch 8.0.1709: some non-C89 code may slip throughBram Moolenaar
2018-04-10patch 8.0.1685: can't set ANSI colors of a terminal windowBram Moolenaar
2018-04-10patch 8.0.1681: the format attribute fails with MinGWBram Moolenaar
2018-04-08patch 8.0.1676: no compiler warning for wrong printf formatBram Moolenaar
2018-04-07patch 8.0.1671: crash when passing non-dict argument as env to job_start()Bram Moolenaar
2018-04-03patch 8.0.1657: crash when reading a channelBram Moolenaar
2018-03-16patch 8.0.1609: shell commands in the GUI use a dumb terminalBram Moolenaar
2018-03-10patch 8.0.1593: :qall never exits with an active terminal windowBram Moolenaar
2018-03-09patch 8.0.1592: terminal windows in a session are not properly restoredBram Moolenaar
2018-02-13patch 8.0.1516: errors for job options are not very specificBram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesBram Moolenaar
2018-01-31patch 8.0.1449: slow redrawing with DirectXBram Moolenaar
2017-12-09patch 8.0.1381: ch_readraw() waits for NL if channel mode is NLBram Moolenaar
2017-11-11patch 8.0.1286: occasional crash when using a channelBram Moolenaar
2017-10-01patch 8.0.1170: using termdebug results in 100% CPU timeBram Moolenaar
2017-09-13patch 8.0.1101: channel write fails if writing to log failsBram Moolenaar
2017-09-09patch 8.0.1083: leaking memory in input part of channelBram Moolenaar
2017-09-09patch 8.0.1081: memory leak for the channel write queueBram Moolenaar
2017-09-08patch 8.0.1076: term_start() does not take callbacksBram Moolenaar
2017-09-08patch 8.0.1074: ":term NONE" does not work on MS-WindowsBram Moolenaar
2017-09-02patch 8.0.1036: ++eof argument for terminal only available on MS-WindowsBram Moolenaar
2017-09-02patch 8.0.1035: sending buffer lines to terminal doesn't work on MS-WindowsBram Moolenaar
2017-09-02patch 8.0.1034: sending buffer lines to terminal doesn't work on MS-WindowsBram Moolenaar
2017-08-27patch 8.0.1005: terminal without job updates slowly in GUIBram Moolenaar
2017-08-27patch 8.0.1003: 64 bit compiler warningBram Moolenaar
2017-08-26patch 8.0.1002: unnecessarily updating screen after timer callbackBram Moolenaar
2017-08-26patch 8.0.1000: cannot open a terminal without running a job in itBram Moolenaar
2017-08-19patch 8.0.0969: Coverity warning for unused return valueBram Moolenaar
2017-08-19patch 8.0.0964: channel write buffer does not work with poll()Bram Moolenaar
2017-08-18patch 8.0.0959: build failure on MS-WindowsBram Moolenaar
2017-08-18patch 8.0.0957: a terminal job can deadlock when sending many keysBram Moolenaar
2017-08-13patch 8.0.0928: MS-Windows: passing arglist to job has escaping problemsBram Moolenaar
2017-08-12patch 8.0.0916: cannot specify properties of window for terminal openBram Moolenaar
2017-08-12patch 8.0.0912: cannot run a job in a hidden terminalBram Moolenaar
2017-08-11patch 8.0.0910: cannot create a terminal in the current windowBram Moolenaar
2017-08-11patch 8.0.0909: channel test failsBram Moolenaar
2017-08-11patch 8.0.0908: cannot set terminal size with optionsBram Moolenaar
2017-08-11patch 8.0.0902: cannot specify directory or environment for a jobBram Moolenaar
2017-08-11patch 8.0.0899: function name mch_stop_job() is confusingBram Moolenaar
2017-08-11patch 8.0.0897: wrong error message for invalid term_finish valueBram Moolenaar
2017-08-10patch 8.0.0896: cannot close a terminal window when the job endsBram Moolenaar
2017-08-05patch 8.0.0869: job output is sometimes not displayed in a terminalBram Moolenaar
2017-08-05patch 8.0.0865: cannot build with channel but without terminal featureBram Moolenaar