aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorerw7 <erw7.github@gmail.com>2022-04-27 13:17:06 +0900
committerGitHub <noreply@github.com>2022-04-26 21:17:06 -0700
commit5f3018fa1a7a97d1f961f4c33e5ae418c19202ef (patch)
tree9b39340d55ec7abf86494f9146affdf60e2b468b /runtime
parent3933592338934933adfeb35dca8472bd28838ec8 (diff)
downloadrneovim-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 'runtime')
-rw-r--r--runtime/doc/api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index f4942d7f26..8e33e7a67b 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -929,7 +929,7 @@ nvim_get_chan_info({chan}) *nvim_get_chan_info()*
• "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).
+ is used (e.g. for conpty on Windows).
• "buffer" (optional) Buffer with connected |terminal|
instance.
• "client" (optional) Info about the peer (client on the