Skip to main content
Module

x/denops_std/function/mod.ts>screenrow

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

The result is a Number, which is the current screen row of the cursor. The top line has number one. This function is mainly used for testing. Alternatively you can use winline().

Note: Same restrictions as with screencol().

Returns

Promise<number>