phirepass-widgets 0.0.21 → 0.0.22

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.
@@ -1216,6 +1216,7 @@ const PhirepassTerminal = class {
1216
1216
  return;
1217
1217
  }
1218
1218
  try {
1219
+ console.log(`Sending terminal resize: cols=${cols}, rows=${rows}`);
1219
1220
  this.channel.send_ssh_terminal_resize(this.nodeId, this.session_id, cols, rows);
1220
1221
  }
1221
1222
  catch (err) {
@@ -1403,7 +1404,7 @@ const PhirepassTerminal = class {
1403
1404
  this.usernameBuffer = "";
1404
1405
  }
1405
1406
  render() {
1406
- return (h$1(Host, { key: '16372280bf650813e7aae4e28fae8b761b87a096' }, h$1("div", { key: '5a387d5d9d0772510ded9b50c764ab4ae4b14abc', id: "ccc", ref: el => (this.containerEl = el) })));
1407
+ return (h$1(Host, { key: '19ac1ed6ebba15249ad4cbcc8b824508eef08d26' }, h$1("div", { key: '779492472d585c808ec2e96a3adae67df09c58a5', id: "ccc", ref: el => (this.containerEl = el) })));
1407
1408
  }
1408
1409
  static get watchers() { return {
1409
1410
  "nodeId": [{