mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-06-30 19:15:31 +02:00
fix: auto fixes
This commit is contained in:
parent
c7f04f1f9e
commit
2285ff7719
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
@tool
|
||||
extends EditorPlugin
|
||||
|
||||
var pty_supported := OS.get_name() in ["Linux", "FreeBSD", "NetBSD", "OpenBSD", "BSD", "macOS", "Windows"]
|
||||
var pty_supported := (
|
||||
OS.get_name() in ["Linux", "FreeBSD", "NetBSD", "OpenBSD", "BSD", "macOS", "Windows"]
|
||||
)
|
||||
var asciicast_import_plugin
|
||||
var xrdb_import_plugin
|
||||
var terminal_panel: Control
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue