Skip to main content
The Deno 2 Release Candidate is here
Learn more
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@v3.10.1/option/vim/mod.ts";

{only available when compiled with the |terminal| feature on MS-Windows} Specify the virtual console (pty) used when opening the terminal window.

type

{ get(denops: Denops): Promise<string>; set(denops: Denops, value: string): Promise<void>; reset(denops: Denops): Promise<void>; getGlobal(denops: Denops): Promise<string>; setGlobal(denops: Denops, value: string): Promise<void>; resetGlobal(denops: Denops): Promise<void>; }