mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 21:36:17 +00:00
asdfasdfasdf
This commit is contained in:
@@ -400,7 +400,7 @@ class SSHHandler: @unchecked Sendable, ObservableObject {
|
||||
// print(String(data: Data(bytes: buffer, count: Int(nbytes)), encoding: .utf8)!)
|
||||
#endif
|
||||
Task { @MainActor in
|
||||
scrollback.append(string)
|
||||
scrollback.append(string)
|
||||
if scrollbackSize/1024/1024 > 10 {
|
||||
scrollback.remove(at: 0)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user