I am using a template heavy library in c++ and need to understand the template errors. Reading line wrapped template errors is a serious pain.
Is there a way to disable line wrapping in bash without also truncating the output. Additionally, is there a way to do horizontal scrolling on the output.
I have seen this answer, how to make bash not to wrap output?, but the output is truncated.
The solution doesn't have to be bash targeted, if there is method for this using another shell, tmux, piping make output to another program, compiling from within vim, etc, I'll use it. (Except for copy-pasting into gedit)