godot-xterm/addons/godot_xterm/native/src
Leroy Hopson 64aa0ff49a perf(term): merge custom theme with default theme
Merges a custom theme containing 'Terminal' theme properties with the
default theme rather than setting them on the default theme directly.

This improves performance for initial loading of the plugin.
2024-06-09 21:54:39 +12:00
..
constants.cpp feat(theme)!: set a default theme 2024-04-01 21:26:24 +13:00
LICENSE.md chore: update license info 2024-04-01 19:42:22 +13:00
LICENSE_node-pty chore: update license info 2024-04-01 19:42:22 +13:00
LICENSE_tmux chore: update license info 2024-04-01 19:42:22 +13:00
pty.cpp feat(pty): add terminal_path property to pty 2024-04-28 17:29:40 +12:00
pty.h feat(pty): add terminal_path property to pty 2024-04-28 17:29:40 +12:00
pty_unix.cpp fix(pty): initialize exit_code to 0 2024-04-01 10:12:16 +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 perf(term): merge custom theme with default theme 2024-06-09 21:54:39 +12:00
terminal.h chore(term): remove unused code 2024-05-10 22:10:13 +12:00