]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/pager: Remove struct field `no_stdin`
authorTobias Stoeckmann <tobias@stoeckmann.org>
Mon, 19 Jan 2026 18:10:42 +0000 (19:10 +0100)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Tue, 20 Jan 2026 16:36:45 +0000 (17:36 +0100)
commitf1ecf7b35caf7d136586d7c8e4cb13e3e49e7943
tree4f9f67415291c2a21b3d01f767eb8a0fe9ce3bb6
parentc4aa03eae60b0912e13fee1cc7f2ec6acbd263c5
lib/pager: Remove struct field `no_stdin`

The struct field `no_stdin` is always false, since it's never
initialized and only eventually reset to false when the whole
`pager_process` is reset to 0 with a `memset` call.

Since pager is supposed to read from stdin, this feature is not needed.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
lib/pager.c