godot-xterm/docs/api
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
..
api.md Move documentation from wiki to main repo 2022-08-10 23:13:05 +12:00
pty.md Remove typo in docs 2022-08-14 21:13:18 +12:00
terminal.md Deprecate the cols and rows properties of Terminal 2022-08-22 10:05:36 +12:00