+ ${repeat(
+ windowPanes,
+ (pane) =>
+ `${session.name}:${window.index}.${pane.index}`,
+ (pane) => html`
+
{
+ e.stopPropagation();
+ this.attachToSession({
+ type: session.type,
+ session: session.name,
+ window: window.index,
+ pane: pane.index,
+ });
+ }}
+ >
+
+ %${pane.index}
+ ${this.formatPaneInfo(pane)}
+
+
+
+ ${pane.width}×${pane.height}
+
+
+ `
+ )}
+