{#if loading}
{:else if error}
{:else}
terminalInput?.focus()}
class="flex-1 min-h-0 overflow-auto p-3 font-mono text-green-400 whitespace-pre-wrap break-words leading-relaxed terminal-content cursor-text"
style="font-size: {fontScale * 0.875}rem;"
>{@html terminalHtml}
{#each ['1', '2', '3', '4'] as num}
{/each}
{#if lastSessionId}
{/if}
setTimeout(() => scrollToBottom(true), 59)}
class="sr-only"
disabled={!isAlive}
aria-label="Terminal input"
/>
{/if}