Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Description
When using the dark version of the default theme, every command output is displayed by the pager, even if it fits on the screen.
Steps to reproduce
syntax_style = default -darkto your config fileselect * from genres limit 1commandExpected result
The output should be displayed without being handled by the pager, since it fits on the screen
Actual behavior
The output is displayed on fullscreen by the pager program
Additional info
Despite being similar to #94, these issues aren't the same, since using the default theme without the
-darkvariant doesn't cause this problem.This issue also causes the table to be vertically formated if
auto_vertical_outputis set toTrueeven when not needed (it fits horizontally on the screen).Probably fixing #94 will also fix this.