godot-xterm/addons/godot_xterm/editor_plugins/terminal
Leroy Hopson 6cd5facb98
Deprecate the cols and rows properties of Terminal
As cols and rows are read only (i.e. automatically determined by rect
and font size) there is no need for the properties to be exposed.
Instead, users can get the calculated cols and rows using the get_cols()
and get_rows() methods.
2022-08-22 10:05:36 +12:00
..
settings Reformat existing gdscript code 2022-07-11 09:33:00 +12:00
editor_terminal.gd Request redraw after write if terminal visible 2022-08-08 10:13:53 +12:00
editor_terminal.tscn Automatic editor updates 2022-08-06 20:32:58 +12:00
terminal_panel.gd Deprecate the cols and rows properties of Terminal 2022-08-22 10:05:36 +12:00
terminal_panel.tscn Automatic editor updates 2022-08-06 20:32:58 +12:00