]> granicus.if.org Git - vim/commit
patch 8.0.1801: MS-Windows: redirecting terminal output does not work v8.0.1801
authorBram Moolenaar <Bram@vim.org>
Sun, 6 May 2018 19:49:32 +0000 (21:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 May 2018 19:49:32 +0000 (21:49 +0200)
commitf25329cb94e481999e8b08d886cc0f0169e2020c
treefc7e007d60d627538ca23a0532ba0d51d333852e
parent778df2a3cb8b58b07647952c708439acb0b06d17
patch 8.0.1801: MS-Windows: redirecting terminal output does not work

Problem:    MS-Windows: redirecting terminal output does not work.
Solution:   Intercept the text written to the terminal and write it to the
            file.
src/terminal.c
src/testdir/test_terminal.vim
src/version.c