import { term } from "https://deno.land/x/denops_std@v4.2.0/option/vim/mod.ts";
Name of the terminal. Used for choosing the terminal control
characters. Environment variables are expanded :set_env
.
For example:
:set term=$TERM
See termcap
.
(default is $TERM, if that fails: in the GUI: "builtin_gui" on Amiga: "amiga" on Haiku: "xterm" on Mac: "mac-ansi" on Unix: "ansi" on VMS: "ansi" on Win 32: "win32")