]> git.ipfire.org Git - thirdparty/systemd.git/commit
pid1: use $COLUMNS info in status_vprintf() 33707/head
authorLennart Poettering <lennart@poettering.net>
Wed, 17 Jul 2024 15:56:01 +0000 (17:56 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 19 Jul 2024 09:44:05 +0000 (11:44 +0200)
commit16044277e9b2810c04970276fda3fb052b742727
tree2f5a946476381c32d0c7b3f9770e60f5fd794441
parentb4112281990839a28d56684c75a9b7d3631291cf
pid1: use $COLUMNS info in status_vprintf()

This way, we can work around the fact that "struct winsize" for
/dev/console might not be initialized the moment we open the device.
src/core/show-status.c