diff options
author | erw7 <erw7.github@gmail.com> | 2022-04-27 13:17:06 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 21:17:06 -0700 |
commit | 5f3018fa1a7a97d1f961f4c33e5ae418c19202ef (patch) | |
tree | 9b39340d55ec7abf86494f9146affdf60e2b468b /src/nvim/api/vim.c | |
parent | 3933592338934933adfeb35dca8472bd28838ec8 (diff) | |
download | rneovim-5f3018fa1a7a97d1f961f4c33e5ae418c19202ef.tar.gz rneovim-5f3018fa1a7a97d1f961f4c33e5ae418c19202ef.tar.bz2 rneovim-5f3018fa1a7a97d1f961f4c33e5ae418c19202ef.zip |
refactor(terminal)!: drop winpty, require Windows 10 #18253
Problem:
winpty is only needed for Windows 8.1. Removing it reduces our build and code
complexity.
Solution:
- Remove winpty.
- Require Windows 10.
closes #18252
Diffstat (limited to 'src/nvim/api/vim.c')
-rw-r--r-- | src/nvim/api/vim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c index 7a966777af..0f9a4a0e0d 100644 --- a/src/nvim/api/vim.c +++ b/src/nvim/api/vim.c @@ -1740,7 +1740,7 @@ void nvim_set_client_info(uint64_t channel_id, String name, Dictionary version, /// - "pty" (optional) Name of pseudoterminal. On a POSIX system this /// is a device path like "/dev/pts/1". If the name is unknown, /// the key will still be present if a pty is used (e.g. for -/// winpty on Windows). +/// conpty on Windows). /// - "buffer" (optional) Buffer with connected |terminal| instance. /// - "client" (optional) Info about the peer (client on the other end of /// the RPC channel), if provided by it via |