Skip to content
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

[bat --paging=never --plain] still paging, since version 0.24.0 #3035

Closed
Mark-Joy opened this issue Jul 21, 2024 · 1 comment · Fixed by #3108
Closed

[bat --paging=never --plain] still paging, since version 0.24.0 #3035

Mark-Joy opened this issue Jul 21, 2024 · 1 comment · Fixed by #3108
Labels
bug Something isn't working

Comments

@Mark-Joy
Copy link

What steps will reproduce the bug?

I am using MinGW-x64

  1. Install bat 0.23.0-3 and run command bat --paging=never --plain myfile.txt. Not paging as expected.
  2. Install bat 0.24.0-2 and run command bat --paging=never --plain myfile.txt. Still paging.
    This only happens when --paging=never is used together with --plain
    Workaround: Use -pp instead of --paging=never --plain

How did you install bat?

Download packages from msys2-mingw64-repo

pacman -U mingw-w64-x86_64-bat-0.23.0-3-any.pkg.tar.zst
pacman -U mingw-w64-x86_64-bat-0.24.0-2-any.pkg.tar.zst

bat version and environment

diagnostic-1.txt

@Mark-Joy Mark-Joy added the bug Something isn't working label Jul 21, 2024
@einfachIrgendwer0815
Copy link
Contributor

Duplicate of #2731. This comment explains the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants