-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unecessary usage of pager #94
Comments
I'm not able to reproduce this, can you tell me what pager you're using? You can check the env var $PAGER or $LESS in your terminal. I presume you're using linux, if you're on windows, you might want to install less.exe and use that as your pager. |
Hey @amjith, thanks for the response. I'm on Linux using less as pager. What's causing the problem is the fact that this line Line 648 in 11c87db
in the
instead of simply
To check that, add |
Description
Sometimes, even when the command output fits on the screen, it is displayed by the pager.
Steps to reproduce
pragma table_info('albums')
commandExpected behavior
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
The text was updated successfully, but these errors were encountered: