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
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
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
[STEP 100] # echo $BASH_VERSION
4.4.12(4)-release
[STEP 101] # bind -m vi-insert '"jj": "\e\e"'
[STEP 102] # bind -X
"jj": "\e\e"
[STEP 103] # bind -r jj
[STEP 104] # bind -X
[STEP 105] # <-- Here when I press j it still waits for about 1 second
to show up.