lunel-cli 0.1.18 → 0.1.19

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.
Files changed (2) hide show
  1. package/dist/index.js +8 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -597,6 +597,14 @@ function ensurePtyProcess() {
597
597
  cursorY: event.cursorY,
598
598
  cols: event.cols,
599
599
  rows: event.rows,
600
+ cursorVisible: event.cursorVisible,
601
+ cursorStyle: event.cursorStyle,
602
+ appCursorKeys: event.appCursorKeys,
603
+ bracketedPaste: event.bracketedPaste,
604
+ mouseMode: event.mouseMode,
605
+ mouseEncoding: event.mouseEncoding,
606
+ reverseVideo: event.reverseVideo,
607
+ title: event.title,
600
608
  },
601
609
  };
602
610
  dataChannel.send(JSON.stringify(msg));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lunel-cli",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "author": [
5
5
  {
6
6
  "name": "Soham Bharambe",