-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[bat --paging=never --plain] still paging, since version 0.24.0 #3035
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What steps will reproduce the bug?
I am using MinGW-x64
- Install bat
0.23.0-3and run commandbat --paging=never --plain myfile.txt. Not paging as expected. - Install bat
0.24.0-2and run commandbat --paging=never --plain myfile.txt. Still paging.
This only happens when--paging=neveris used together with--plain
Workaround: Use-ppinstead 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working