comparison src/terminal.c @ 11977:701aea3bc68b v8.0.0869

patch 8.0.0869: job output is sometimes not displayed in a terminal commit https://github.com/vim/vim/commit/a9f028103fee253ea8a09e49031011ee3da69ece Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 5 17:40:38 2017 +0200 patch 8.0.0869: job output is sometimes not displayed in a terminal Problem: Job output is sometimes not displayed in a terminal. Solution: Flush output before closing the channel.
author Christian Brabandt <cb@256bit.org>
date Sat, 05 Aug 2017 17:45:03 +0200
parents 5cc005cf312f
children 4d4ee9c5803c
comparison
equal deleted inserted replaced
11976:f7767ff24574 11977:701aea3bc68b
34 * 34 *
35 * When the job ends the text is put in a buffer. Redrawing then happens from 35 * When the job ends the text is put in a buffer. Redrawing then happens from
36 * that buffer, attributes come from the scrollback buffer tl_scrollback. 36 * that buffer, attributes come from the scrollback buffer tl_scrollback.
37 * 37 *
38 * TODO: 38 * TODO:
39 * - job_start('ls') sometimes does not work.
40 * - MS-Windows: no redraw for 'updatetime' #1915 39 * - MS-Windows: no redraw for 'updatetime' #1915
41 * - in bash mouse clicks are inserting characters. 40 * - in bash mouse clicks are inserting characters.
42 * - mouse scroll: when over other window, scroll that window. 41 * - mouse scroll: when over other window, scroll that window.
43 * - add argument to term_wait() for waiting time. 42 * - add argument to term_wait() for waiting time.
44 * - For the scrollback buffer store lines in the buffer, only attributes in 43 * - For the scrollback buffer store lines in the buffer, only attributes in