From 7b752be68a7eb9ae1376ca0eab52bfe539295530 Mon Sep 17 00:00:00 2001 From: Jon Bockhorst Date: Mon, 21 Oct 2019 20:24:03 -0500 Subject: [PATCH] Expose IViewportRange in the public API --- typings/xterm.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index 361bafde..8ed3caa2 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -860,7 +860,7 @@ declare module 'xterm' { /** * An object representing a range within the viewport of the terminal. */ - interface IViewportRange { + export interface IViewportRange { /** * The start cell of the range. */