We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1469ed7 commit dc3b6acCopy full SHA for dc3b6ac
1 file changed
src/ssh/assets/xterm-webssh.js
@@ -407,6 +407,10 @@ const TerminalHelper = {
407
return textSelection;
408
},
409
410
+ serializeScreen: function () {
411
+ return serializeAddon.serialize({ scrollback: 0 });
412
+ },
413
+
414
// Used for VoiceOver support :
415
exportRawScreenRows: function () {
416
const renderType = TerminalHelper.getRenderType();
0 commit comments