Skip to main content
Module

x/denops_std/function/types.ts>ScreenPos

📚 Standard module for denops.vim
Go to Latest
type alias ScreenPos
import { type ScreenPos } from "https://deno.land/x/denops_std@v6.4.0/function/types.ts";

Type of screenpos() result.

definition: { row: number; col: number; endcol: number; curscol: number; }