fix calling of scrollback restoration, its not done on init, but only if existing is being returned

This commit is contained in:
neon443
2025-07-04 16:51:02 +01:00
parent 27e75285fe
commit a495419348
2 changed files with 4 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ final class SSHTerminalDelegate: TerminalView, Sendable, @preconcurrency Termina
applySelectedTheme()
Task {
await restoreScrollback()
// await restoreScrollback()
await startFeedLoop()
}
}