@xterm/xterm 5.6.0-beta.135 → 5.6.0-beta.137

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xterm/xterm",
3
3
  "description": "Full xterm terminal, in your browser",
4
- "version": "5.6.0-beta.135",
4
+ "version": "5.6.0-beta.137",
5
5
  "main": "lib/xterm.js",
6
6
  "module": "lib/xterm.mjs",
7
7
  "style": "css/xterm.css",
@@ -108,5 +108,5 @@
108
108
  "ws": "^8.2.3",
109
109
  "xterm-benchmark": "^0.3.1"
110
110
  },
111
- "commit": "9fce06726672f3aa9a8d5482ca72e7ce1dcd18de"
111
+ "commit": "65a0e03b667169c50e8baa62310d0e3c5b493aa5"
112
112
  }
@@ -831,7 +831,7 @@ export class CoreBrowserTerminal extends CoreTerminal implements ITerminal {
831
831
  self._coreBrowserService?.dpr
832
832
  );
833
833
  if (lines === 0) {
834
- return false;
834
+ return this.cancel(ev, true);
835
835
  }
836
836
 
837
837
  // Construct and send sequences