Changelog:
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`.
------------------------------------------------------------------------
r45036 | compyx | 2024-03-24 16:29:09 +0000 (Sun, 24 Mar 2024) | 2 lines
Documentation: Windows Gtk3: add libtool as requirement for building libieee1284
------------------------------------------------------------------------