Expose IViewportRange in the public API

This commit is contained in:
Jon Bockhorst
2019-10-21 20:24:03 -05:00
parent d29fc6d5de
commit 7b752be68a
+1 -1
View File
@@ -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.
*/