We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you disable the header with --style or with BAT_STYLE, an incomplete grid is shown when displaying an empty file:
--style
BAT_STYLE
$ > empty.txt $ bat --style=grid,numbers,snip empty.txt ─────┬────────────────────────────────────────── $
I have not set any BAT_* environment variables.
BAT_*
bat version: built from master (bat --version = 0.12.1)
bat --version
The text was updated successfully, but these errors were encountered:
Thank you for reporting this.
Sorry, something went wrong.
Fix sharkdp#798
ac76ccd
Add @sharkdp's regression test for sharkdp#798
22739e2
1225e65
Add @sharkdp's regression test for #798
2dac1c8
Closed by @eth-p in #841
This has been fixed in bat 0.13.
No branches or pull requests
If you disable the header with
--style
or withBAT_STYLE
, an incomplete grid is shown when displaying an empty file:I have not set any
BAT_*
environment variables.bat version: built from master (
bat --version
= 0.12.1)The text was updated successfully, but these errors were encountered: