godot-xterm/test/scenes
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
..
basic.gd Deprecate the cols and rows properties of Terminal 2022-08-22 10:05:36 +12:00
basic.tscn Move terminal.gd and pty.gd to godot_xterm directory 2021-07-26 00:39:48 +07:00
basic_fullscreen.tscn Move terminal.gd and pty.gd to godot_xterm directory 2021-07-26 00:39:48 +07:00
multiple_inputs.tscn Prevent loss of focus on Tab/Arrow key press 2022-08-05 10:55:24 +12:00
pty_and_terminal.tscn Ensure initial PTY size matches Terminal (if any) 2022-08-15 17:09:25 +12:00
write_random.tscn Fix unicode errors 2022-08-15 17:09:29 +12:00