import { jobresize } from "https://deno.land/x/denops_std@v4.1.4/function/nvim/mod.ts";
Resize the pseudo terminal window of |job-id| {job} to {width}
columns and {height} rows.
Fails if the job was not started with "pty":v:true
.
import { jobresize } from "https://deno.land/x/denops_std@v4.1.4/function/nvim/mod.ts";
Resize the pseudo terminal window of |job-id| {job} to {width}
columns and {height} rows.
Fails if the job was not started with "pty":v:true
.