mirror of
https://github.com/neovim/neovim.git
synced 2026-07-20 16:11:58 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user