]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1034: sending buffer lines to terminal doesn't work on MS-Windows v8.0.1034
authorBram Moolenaar <Bram@vim.org>
Sat, 2 Sep 2017 12:54:21 +0000 (14:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 2 Sep 2017 12:54:21 +0000 (14:54 +0200)
commit3346cc4ffb459ecddb97a8c19bcc5834afa4dead
tree0c911bd400c68687eafebf5d7be41df5cf67afe3
parent995e4afcfe60aa3c214ba680e7b027a4e05cf62b
patch 8.0.1034: sending buffer lines to terminal doesn't work on MS-Windows

Problem:    Sending buffer lines to terminal doesn't work on MS-Windows.
Solution:   Send CTRL-D to mark the end of the text. (Yasuhiro Matsumoto,
            closes #2043) Add the "eof_chars" option.
src/channel.c
src/proto/terminal.pro
src/structs.h
src/terminal.c
src/testdir/test_terminal.vim
src/version.c