ok im fucking pissed off

the keyboard input issue is back
This commit is contained in:
neon443
2025-07-04 16:28:08 +01:00
parent 186c04ce7f
commit a85022e351
3 changed files with 30 additions and 30 deletions

View File

@@ -21,6 +21,11 @@ struct ShellView: View {
hostsManager.selectedTheme.background.suiColor
.ignoresSafeArea(.all)
TerminalController(handler: handler, hostsManager: hostsManager)
.onAppear {
if let sessionID = handler.sessionID {
container.sessions[sessionID]?.terminalView.restoreScrollback()
}
}
Group {
Color.gray.opacity(0.2)