]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0976: cannot send lines to a terminal job v8.0.0976
authorBram Moolenaar <Bram@vim.org>
Sun, 20 Aug 2017 16:09:14 +0000 (18:09 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 20 Aug 2017 16:09:14 +0000 (18:09 +0200)
commitb241208a13d3e9def36d749b1e824ae694aa85f8
tree3b5544c1e0dfe300b4351b2934bf0ce87f84ac0a
parentedbc0d46cffe1766d0b330dc2842212cff644f8e
patch 8.0.0976: cannot send lines to a terminal job

Problem:    Cannot send lines to a terminal job.
Solution:   Make [range]terminal send selected lines to the job.
            Use ++rows and ++cols for the terminal size.
runtime/doc/terminal.txt
src/ex_cmds.h
src/os_unix.c
src/terminal.c
src/testdir/test_terminal.vim
src/version.c