mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-03 20:14:22 +02:00
Reformat existing gdscript code
This commit is contained in:
parent
ae707a6667
commit
deb68e323c
9 changed files with 269 additions and 108 deletions
|
@ -98,6 +98,7 @@ class Helper:
|
|||
|
||||
class LinuxHelper:
|
||||
extends Helper
|
||||
|
||||
static func _get_pts() -> Array:
|
||||
var dir := Directory.new()
|
||||
|
||||
|
@ -117,6 +118,7 @@ class LinuxHelper:
|
|||
|
||||
class MacOSHelper:
|
||||
extends Helper
|
||||
|
||||
static func _get_pts() -> Array:
|
||||
# TODO: Implement for macOS.
|
||||
# On macOS there is no /dev/pts directory, rather new ptys are created
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue