godot-xterm/addons/godot_xterm/native/src
Leroy Hopson cb86cc95d7
fix(pty): use double, not float, for blink times
Changes blink_on_time and blink_off_time to use double rather than
float. When float was used, the default blink_off_time of 0.3 was being
converted to 0.30000001192093 in GDScript.
2024-03-03 15:41:27 +13:00
..
constants.cpp feat(pty): further pty development 2024-02-25 17:55:31 +13:00
pty.cpp fix(pty): create a loop per pty 2024-03-03 00:15:07 +13:00
pty.h fix(pty): create a loop per pty 2024-03-03 00:15:07 +13:00
pty_unix.cpp feat(pty): enable resize and resizev 2024-02-25 23:17:45 +13:00
pty_unix.h feat(pty): enable resize and resizev 2024-02-25 23:17:45 +13:00
register_types.cpp feat(pty): add initial pty node 2024-02-25 11:48:47 +13:00
register_types.h Convert from GDNative to GDExtension 2022-12-29 22:54:38 +13:00
terminal.cpp fix(pty): use double, not float, for blink times 2024-03-03 15:41:27 +13:00
terminal.h fix(pty): use double, not float, for blink times 2024-03-03 15:41:27 +13:00