Skip to main content
Module

x/denops_std/option/mod.ts>ttyfast

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

Indicates a fast terminal connection. More characters will be sent to the screen for redrawing, instead of using insert/delete line commands. Improves smoothness of redrawing when there are multiple windows and the terminal does not support a scrolling region. Also enables the extra writing of characters at the end of each screen line for lines that wrap. This helps when using copy/paste with the mouse in an xterm and other terminals.