import { term_getline } from "https://deno.land/x/denops_std@v5.2.0/function/vim/mod.ts";
Get a line of text from the terminal window of {buf}.
{buf} is used as with term_getsize()
.
The first line has {row} one. When {row} is "." the cursor line is used. When {row} is invalid an empty string is returned.
To get attributes of each character use term_scrape()
.
Can also be used as a method
:
GetBufnr()->term_getline(row)