From c8cd47b51a1456792d1c1cd95576cec8b7cb44ac Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 4 Jun 2019 23:38:39 -0700 Subject: [PATCH] Correct IBufferLine.getCell API Fixes #2182 --- 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 0b0ce9d5..22446e36 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -950,7 +950,7 @@ declare module 'xterm' { * * @param x The character index to get. */ - getCell(x: number): IBufferCell; + getCell(x: number): IBufferCell | undefined; /** * Gets the line as a string. Note that this is gets only the string for the line, not taking