mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
The -S switch to less seemed at the time a good idea -- chop off too long lines and allow horizontal scrolling -- however, the -F option, to skip pager for content that fit the first screen is overridden by the -S switch. This makes commands like "show containers", and similar that normally have waaaaay too few lines for a pager to always page. So let's drop -S to regain the original behavior. This will cause lines to be wrapped, but with the new raw mode in the CLI this seems to work without any weird screen artifacts. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>