Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denops_std/option/vim/mod.ts>termwintype

📚 Standard module for denops.vim
Go to Latest
variable termwintype
import { termwintype } from "https://deno.land/x/denops_std@v5.0.2/option/vim/mod.ts";

Specify the virtual console (pty) used when opening the terminal window.

Possible values are: "" use ConPTY if it is stable, winpty otherwise "winpty" use winpty, fail if not supported "conpty" use ConPTY, fail if not supported

ConPTY support depends on the platform. Windows 10 October 2018 Update is the first version that supports ConPTY, however it is still considered unstable. ConPTY might become stable in the next release of Windows 10. winpty support needs to be installed. If neither is supported then you cannot open a terminal window.

(default "")

only available when compiled with the terminal feature on MS-Windows