mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-15 00:50:03 +00:00
limited xterm serialization length
This commit is contained in:
parent
5ea1ff1ea5
commit
665ce2f022
@ -256,7 +256,7 @@ export class XTermFrontend extends Frontend {
|
||||
}
|
||||
|
||||
saveState (): any {
|
||||
return this.serializeAddon.serialize()
|
||||
return this.serializeAddon.serialize(1000)
|
||||
}
|
||||
|
||||
restoreState (state: any): void {
|
||||
|
Loading…
x
Reference in New Issue
Block a user