@phenx-inc/ctlsurf 0.1.10 → 0.1.11

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.
@@ -3651,7 +3651,7 @@ var ConversationBridge = class {
3651
3651
  FLUSH_BYTES = 2e3;
3652
3652
  flushTimer = null;
3653
3653
  constructor() {
3654
- this.terminal = new import_headless.Terminal({ cols: 120, rows: 50, scrollback: 1e4 });
3654
+ this.terminal = new import_headless.Terminal({ cols: 120, rows: 50, scrollback: 1e4, allowProposedApi: true });
3655
3655
  }
3656
3656
  setWsClient(ws) {
3657
3657
  this.wsClient = ws;