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

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

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

Number of scrollback lines to keep. When going over this limit the first 10% of the scrollback lines are deleted. This is just to reduce the memory usage. See Terminal-Normal. Also used as a limit for text sent to the terminal in one write, multiplied by the number of columns times 3 (average number of bytes per cell).

(default 10000)

not available when compiled without the +terminal feature