Skip to content

wtop v1.1.1

Latest

Choose a tag to compare

@lorenzo-cingano lorenzo-cingano released this 18 Jun 13:59
· 3 commits to main since this release

A bug-fix release. No feature changes from v1.1.0.

Fixes:

  • Restore the console screen-buffer size on exit so scrollbars are not lost. wtop runs on the alternate screen buffer, which is sized to the window with no scrollback; on exit the console host could leave the main buffer at that reduced size, dropping the vertical and horizontal scrollbars. This was especially sticky under the Visual Studio debugger, which reuses the console session, so later console programs launched from the debugger inherited the scrollbar-less geometry. wtop now saves the original buffer size at startup and forces it back on shutdown (clamped to the current window).

Download wtop.exe below, or build from source with GCC (MSYS2 UCRT64).