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 the terminal width is smaller than the size of the side-panel, bat crashes with
bat
fatal runtime error: allocator memory exhausted [1] 14199 illegal hardware instruction (core dumped) bat README.md
Running in debug mode reveals the problematic code line:
thread 'main' panicked at 'attempt to subtract with overflow', src/printer.rs:153:32
bat/src/printer.rs
Line 153 in 54b33c8
The text was updated successfully, but these errors were encountered:
900f610
No branches or pull requests
If the terminal width is smaller than the size of the side-panel,
bat
crashes withRunning in debug mode reveals the problematic code line:
bat/src/printer.rs
Line 153 in 54b33c8
The text was updated successfully, but these errors were encountered: