lunel-cli 0.1.19 → 0.1.20

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 +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -605,6 +605,7 @@ function ensurePtyProcess() {
605
605
  mouseEncoding: event.mouseEncoding,
606
606
  reverseVideo: event.reverseVideo,
607
607
  title: event.title,
608
+ scrollback: event.scrollback,
608
609
  },
609
610
  };
610
611
  dataChannel.send(JSON.stringify(msg));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lunel-cli",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "author": [
5
5
  {
6
6
  "name": "Soham Bharambe",