You are not logged in.
Pages: 1
is there a way to disable the line wrap when either resizing window or for long output and instead have a horizontal scroll bar?
Offline
xfce4-terminal isn't able to do that natively, but you could use "less -S" and pipe your output to less (it supports horizontal scrolling).
For example (make the terminal window small to test):
ls -l $HOME | less -S
There is some more information here about using setterm to disable line wrapping (though you can't horizontally scroll).
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
xfce4-terminal isn't able to do that natively, but you could use "less -S" and pipe your output to less (it supports horizontal scrolling).
For example (make the terminal window small to test):ls -l $HOME | less -S
There is some more information here about using setterm to disable line wrapping (though you can't horizontally scroll).
thanks for the reply
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 523.83 KiB (Peak: 532.24 KiB) ]