Terminals crap on greater than 80 columns
Terminals crap on greater than 80 columns
Posted Jun 5, 2004 15:06 UTC (Sat) by glettieri (subscriber, #15705)In reply to: Terminals crap on greater than 80 columns by tzafrir
Parent article: The Grumpy Editor's guide to terminal emulators
I guess my previous post was a little bit cryptic :)
You don't have to type that command each time readline goes out of sync with the window size. If you turn the 'checkwinsize' option on, bash will chech the window size after each command. Put the 'shopt -s ...' in your rc file and the problem is gone forever...