提交 d44e0c22 编写于 作者: D Daniel Imms

Update xterm typings

上级 c92c5206
...@@ -950,7 +950,7 @@ declare module 'xterm' { ...@@ -950,7 +950,7 @@ declare module 'xterm' {
* *
* @param x The character index to get. * @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 * Gets the line as a string. Note that this is gets only the string for the line, not taking
...@@ -982,6 +982,7 @@ declare module 'xterm' { ...@@ -982,6 +982,7 @@ declare module 'xterm' {
// Modifications to official .d.ts below // Modifications to official .d.ts below
declare module 'xterm' { declare module 'xterm' {
interface TerminalCore { interface TerminalCore {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册