lunel-cli 0.1.17 → 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 +9 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -592,11 +592,19 @@ function ensurePtyProcess() {
592
592
  action: "state",
593
593
  payload: {
594
594
  terminalId: event.id,
595
- buffer: event.buffer,
595
+ cells: event.cells,
596
596
  cursorX: event.cursorX,
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.17",
3
+ "version": "0.1.19",
4
4
  "author": [
5
5
  {
6
6
  "name": "Soham Bharambe",