aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/nvim_terminal_emulator.txt
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2017-06-10 09:55:06 +0200
committerBjörn Linse <bjorn.linse@gmail.com>2017-11-25 09:37:01 +0100
commitbaa981ea214ebaf606df443b2928ee93a7e6f7b9 (patch)
treeb78b7e3cca197849a18c6369c60de9eae8c11445 /runtime/doc/nvim_terminal_emulator.txt
parent753d0091e8f5d3358eeb2f53288b5b07a8f13a7f (diff)
downloadrneovim-baa981ea214ebaf606df443b2928ee93a7e6f7b9.tar.gz
rneovim-baa981ea214ebaf606df443b2928ee93a7e6f7b9.tar.bz2
rneovim-baa981ea214ebaf606df443b2928ee93a7e6f7b9.zip
channels: update documentation
Diffstat (limited to 'runtime/doc/nvim_terminal_emulator.txt')
-rw-r--r--runtime/doc/nvim_terminal_emulator.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/nvim_terminal_emulator.txt b/runtime/doc/nvim_terminal_emulator.txt
index 9dae69ae26..94e7899b6a 100644
--- a/runtime/doc/nvim_terminal_emulator.txt
+++ b/runtime/doc/nvim_terminal_emulator.txt
@@ -117,8 +117,8 @@ variables:
- *b:term_title* The settable title of the terminal, typically displayed in
the window title or tab title of a graphical terminal emulator. Programs
running in the terminal can set this title via an escape sequence.
-- *b:terminal_job_id* The nvim job ID of the job running in the terminal. See
- |job-control| for more information.
+- |'channel'| The nvim channel ID for the underlying PTY.
+ |chansend()| can be used to send input to the terminal.
- *b:terminal_job_pid* The PID of the top-level process running in the
terminal.