Changelog:
r45041 | gpz | 2024-03-27 19:02:39 +0000 (Wed, 27 Mar 2024) | 1 line
Raid over the Monitor! Fixed/Support PETSCII and Screencode output in both SDL and GTK Monitor. Improve "help" command. Fix some commands output wrapping against wide and narrow terminals. In GTK the provided C64 Font (which is also used for the dIrectory display) should be used in the monitor (which is also the default now) for full PETSCII glory. Have fun, test, please report bugs :)
------------------------------------------------------------------------
r45040 | gpz | 2024-03-25 18:16:32 +0000 (Mon, 25 Mar 2024) | 1 line
make sure the vte console dimensions are always initialized with valid numbers
------------------------------------------------------------------------
r45039 | gpz | 2024-03-25 17:33:00 +0000 (Mon, 25 Mar 2024) | 1 line
refactor monitor binary and text dump output a bit, fix some issues on very narrow terminals. i and ii commands ouptut is grouped into multiples of screen width now.
------------------------------------------------------------------------
r45038 | compyx | 2024-03-25 08:46:53 +0000 (Mon, 25 Mar 2024) | 2 lines
Buildsystem: configure: only check for evdev on Linux
------------------------------------------------------------------------
r45037 | compyx | 2024-03-24 16:53:32 +0000 (Sun, 24 Mar 2024) | 6 lines
WiC64: fix size_t format specifier
On Windows `size_t` is typedef'd to `unsigned long long` (%llu) while on proper
OSes it's typedef'd to `unsigned long`, and MS' runtime doesn't support %zu, so
we work around this with our own `PRI_SIZE_T`.
------------------------------------------------------------------------