]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0797: finished job in terminal window is not handled v8.0.0797
authorBram Moolenaar <Bram@vim.org>
Fri, 28 Jul 2017 19:51:57 +0000 (21:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 28 Jul 2017 19:51:57 +0000 (21:51 +0200)
commitd85f271bf8516dbd90be4d18f905f0abbfcd6db6
tree733fbe602d4995c5d4757c8a6a93d2a3ddb4911c
parentd973bcb483088b69eb1aed3788476662fe6b77ef
patch 8.0.0797: finished job in terminal window is not handled

Problem:    Finished job in terminal window is not handled.
Solution:   Add the scrollback buffer.  Use it to fill the buffer when the job
            has ended.
src/buffer.c
src/channel.c
src/os_unix.c
src/proto/terminal.pro
src/screen.c
src/terminal.c
src/version.c