File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
addons/xterm-addon-serialize/typings Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ declare module 'xterm-addon-serialize' {
2525 * to restore the state. The cursor will also be positioned to the correct cell.
2626 * When restoring a terminal it is best to do before `Terminal.open` is called
2727 * to avoid wasting CPU cycles rendering incomplete frames.
28- * @param rows The number of rows to serialize, starting from the bottom of the
29- * terminal . This defaults to the number of rows in the viewport .
28+ * @param scrollback The number of rows in scrollback buffer to serialize, starting from the bottom of the
29+ * scrollback buffer . This defaults to the all available rows in the scrollback buffer .
3030 */
31- public serialize ( rows ?: number ) : string ;
31+ public serialize ( scrollback ?: number ) : string ;
3232
3333 /**
3434 * Disposes the addon.
You can’t perform that action at this time.
0 commit comments