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

x/denops_std/function/mod.ts>ScreenPos

📚 Standard module for denops.vim
Go to Latest
type alias ScreenPos
Re-export
import { type ScreenPos } from "https://deno.land/x/denops_std@v5.0.2/function/mod.ts";

Type of screenpos() result.

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