Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

When detecting xterm patchlevel 141 or higher with the termresponse mechanism and this option is set, Vim will request the actual terminal key codes and number of colors from the terminal. This takes care of various configuration options of the terminal that cannot be obtained from the termlib/terminfo entry, see xterm-codes. A side effect may be that t_Co changes and Vim will redraw the display.

(default on)