]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0846: cannot get the name of the pty of a job v8.0.0846
authorBram Moolenaar <Bram@vim.org>
Thu, 3 Aug 2017 11:51:25 +0000 (13:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 3 Aug 2017 11:51:25 +0000 (13:51 +0200)
commit7c9aec4ac86ccc455c0859d9393253141e3f77b6
treee03624a977c4f3d9b040a866356dbc8245036603
parentd8dc1799377027be622d8571545658b20042e92e
patch 8.0.0846: cannot get the name of the pty of a job

Problem:    Cannot get the name of the pty of a job.
Solution:   Add the "tty" entry to the job info. (Ozaki Kiichi, closes #1920)
            Add the term_gettty() function.
runtime/doc/eval.txt
src/channel.c
src/evalfunc.c
src/os_unix.c
src/proto/terminal.pro
src/structs.h
src/terminal.c
src/testdir/test_terminal.vim
src/version.c