a6ad8268b9
Render all terminal sessions and hide inactive ones with display:none so xterm instances are no longer unmounted/remounted when switching tabs. Remove terminal.clear() on the connected status message: the server keeps the session buffer, and clearing was erasing visible content when the tab regained focus or reconnected. - Keep TerminalComponent instances alive in both Desktop and Mobile views. - Only refit/resize on reconnect instead of clearing. Closes terminal redraw on focus regain.