mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-12 09:05:39 +00:00
chore: Port huge amount of code to OliveTin 3k
This commit is contained in:
@@ -66,6 +66,10 @@ export class OutputTerminal {
|
||||
this.terminal.open(el)
|
||||
}
|
||||
|
||||
close () {
|
||||
this.terminal.dispose()
|
||||
}
|
||||
|
||||
resize (cols, rows) {
|
||||
this.terminal.resize(cols, rows)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user