Re: Bash Missing Terminal Resize Events

2017-11-20 Thread Chet Ramey
On 11/20/17 7:05 AM, Bruce Evans wrote: >> At the point SIGWINCH will have been delivered to vim, but not to bash. > > I saw this sort of problem on an old system (with bash-1.4.7) and wondered > if anyone has fixed it. The `checkwinsize' option came in bash-2.0 with the rest of the `shopt' opti

Re: Bash Missing Terminal Resize Events

2017-11-20 Thread Chet Ramey
On 11/18/17 9:11 PM, Evan Klitzke wrote: > Hi, > > Bash will miss terminal resize events in the following scenario: > > * Open a terminal (I tested with xterm and gnome-terminal) > * Run vim > * Resize the terminal > * Background vim using Ctrl-Z > > At the point SIGWINCH will have been delivere

Re: Bash Missing Terminal Resize Events

2017-11-20 Thread Bruce Evans
In article , Evan Klitzke wrote: > > Bash will miss terminal resize events in the following scenario: > > * Open a terminal (I tested with xterm and gnome-terminal) > * Run vim > * Resize the terminal > * Background vim using Ctrl-Z > > At the point SIGWINCH will have been delivered to vim, bu