]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: use terminal_get_size_by_csi18 to query terminal size 39833/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 20 Nov 2025 16:11:23 +0000 (17:11 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 18 Dec 2025 09:47:19 +0000 (10:47 +0100)
commitd91a184509e6271a900889d719db651e03240f65
tree07c8878739917b1691a812c50770e0c7501461dd
parentbfb8e9c5755cc95906c464fb7af8f95ff5177425
core: use terminal_get_size_by_csi18 to query terminal size

This allows us to query the window size without moving the cursor. We have
various reports about the cursor being in an unexpected position and/or state.

Closes https://github.com/systemd/systemd/issues/37526.
src/basic/terminal-util.c