godot-xterm/addons/godot_xterm/native/src
Leroy Hopson 7aea2cf940
Yield for "frame_pre_draw" signal before writing to terminal
Fixes #41. But creates another issue where sometimes the yield will
resume after the terminal node has already been freed logging an error
to the console.

Also a few changes to where update is called it the gdnative terminal
code.

Also changed gdnative terminal to only accept strings.
2021-07-03 14:18:50 +07:00
..
node_pty Clang-format node-pty files 2021-07-03 02:07:19 +07:00
.gdignore Enable compiling 64-bit on Windows using MSVC 2020-11-10 13:44:29 +07:00
libgodotxtermnative.cpp Explicity check not javascript when including pseudoterminal 2021-06-15 14:02:01 +07:00
pseudoterminal.cpp Use standard OS macros 2021-06-08 22:59:12 +07:00
pseudoterminal.h Format c++ files using clang-format 2021-06-06 20:05:22 +07:00
terminal.cpp Yield for "frame_pre_draw" signal before writing to terminal 2021-07-03 14:18:50 +07:00
terminal.h Yield for "frame_pre_draw" signal before writing to terminal 2021-07-03 14:18:50 +07:00