godot-xterm/test/platform/unix
Leroy Hopson 38927e0a3e
Fix winsize test to support unsigned short
The type of winsize.ws_col and winsize.ws_row is unsigned short, so
change python's struct.unpack format from 'hh' (short) to 'HH'.
Otherwise, we can only test sizes up to 32767 when actually sizes up to
65535 are supported.
2022-07-11 09:33:01 +12:00
..
unix.test.gd Fix winsize test to support unsigned short 2022-07-11 09:33:01 +12:00