godot-xterm/test
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
..
files Add some files for manually testing fonts, colors and UTF8 2021-07-23 07:42:43 +07:00
import_plugins/xrdb Add basic .xrdb/.Xresources import plugin 2021-07-19 00:10:16 +07:00
integration Fix unicode errors 2022-08-15 17:09:29 +12:00
platform/unix Deprecate the cols and rows properties of Terminal 2022-08-22 10:05:36 +12:00
scenes Deprecate the cols and rows properties of Terminal 2022-08-22 10:05:36 +12:00
unit Prevent loss of focus on Tab/Arrow key press 2022-08-05 10:55:24 +12:00
.gutconfig.ci.json Run tests in CI environment 2021-07-18 23:05:17 +07:00
.gutconfig.unix.json Run tests in CI environment 2021-07-18 23:05:17 +07:00
.gutconfig.windows.json Run tests in CI environment 2021-07-18 23:05:17 +07:00