godot-xterm/addons/godot_xterm/native/src
Leroy Hopson 570896b9c0 Provide correct arguments to execvp
Previously no arguments were provided, but by convention argv[0] should
be the name of the program.

Providing this argumens enables Psuedoterminal node to work on macOS.
2020-11-21 13:55:05 +07:00
..
.gdignore Enable compiling 64-bit on Windows using MSVC 2020-11-10 13:44:29 +07:00
libgodotxtermnative.cpp Add support for Windows 64-bit 2020-11-07 17:11:25 +07:00
pseudoterminal.cpp Provide correct arguments to execvp 2020-11-21 13:55:05 +07:00
pseudoterminal.h Multiple changes 2020-10-05 17:56:57 +07:00
terminal.cpp Enable compiling 64-bit on Windows using MSVC 2020-11-10 13:44:29 +07:00
terminal.h Enable compiling 64-bit on Windows using MSVC 2020-11-10 13:44:29 +07:00