Skip to main content
Module

x/denops_std/function/nvim/mod.ts>jobresize

📚 Standard module for denops.vim
Go to Latest
function jobresize
import { jobresize } from "https://deno.land/x/denops_std@v6.4.0/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.

Parameters

denops: Denops
job: unknown
width: unknown
height: unknown

Returns

Promise<number>