mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #2492 from jmbockhorst/publicViewportRange
Expose IViewportRange in the public API
This commit is contained in:
Vendored
+1
-1
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user