This website requires JavaScript.
Explore
Help
Sign In
Jasima
/
godot-xterm
Watch
1
Star
0
Fork
You've already forked godot-xterm
0
mirror of
https://github.com/lihop/godot-xterm.git
synced
2024-11-13 22:10:25 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
39702646dc
godot-xterm
/
.gutconfig.json
9 lines
100 B
JSON
Raw
Normal View
History
Unescape
Escape
Travis CI integration
2020-05-10 07:23:58 +02:00
{
Add new PTY node (replaces Pseudoterminal node) Uses fork of node-pty native code for forking pseudoterminals. Uses libuv pipe handle to communicate with the child process. - Paves the way for cross-platform (Linux, macOS and Windows) support. - Renames Pseudoterminal to PTY (which is much easier to type and spell :D). - Better performance than the old Pseudoterminal node. Especially when streaming large amounts of data such as running the `yes` command. - Allows setting custom file, args, initial window size, cwd, env vars (including important ones such as TERM and COLORTERM) and uid/gid on Linux and macOS. - Returns process exit code and terminating signal.
2021-07-02 19:27:34 +02:00
"dirs"
:
[
"res://"
]
,
"prefix"
:
""
,
"suffix"
:
".test.gd"
,
"include_subdirs"
:
true
Travis CI integration
2020-05-10 07:23:58 +02:00
}
Reference in a new issue
Copy permalink