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

x/ddc_vim/deps.ts>op.ttyfast

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
variable op.ttyfast
import { op } from "https://deno.land/x/ddc_vim@v2.5.1/deps.ts";
const { ttyfast } = op;

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.