Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@v3.6.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<unknown>