godot-xterm/addons/godot_xterm/native/src
Leroy Hopson a596b41bc3
feat(term): make 'cols' and 'rows' read-only
Removes the set_cols() and set_rows() method. The read-only properties
are still visible in the editor inspector.
2024-02-27 22:12:07 +13:00
..
constants.cpp feat(pty): further pty development 2024-02-25 17:55:31 +13:00
pty.cpp feat(pty): enable resize and resizev 2024-02-25 23:17:45 +13:00
pty.h feat(pty): parse env so it can be used with fork 2024-02-25 22:10:34 +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 feat(term): make 'cols' and 'rows' read-only 2024-02-27 22:12:07 +13:00
terminal.h feat(term): make 'cols' and 'rows' read-only 2024-02-27 22:12:07 +13:00