godot-xterm/examples
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
..
asciicast Move terminal.gd and pty.gd to godot_xterm directory 2021-07-26 00:39:48 +07:00
menu Deprecate the cols and rows properties of Terminal 2022-08-22 10:05:36 +12:00
retro_term Add retro term example scene 2021-07-25 07:50:36 +07:00
socat_terminal Automatic editor updates 2022-08-06 20:32:58 +12:00
terminal Automatic editor updates 2022-08-06 20:32:58 +12:00
web_console Automatic editor updates 2022-08-06 20:32:58 +12:00