]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Merge pull request #7301 from poettering/loginctl-ellipsize
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 12 Nov 2017 15:25:54 +0000 (16:25 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Nov 2017 15:25:54 +0000 (16:25 +0100)
Fix loginctl seat sysfs tree ellipsation logic.

Simple reproducer:
loginctl --full seat-status seat0|cat
→ after this PR, all lines are shown in full. Before, lines were ellipsized to terminal width.


Trivial merge