Comment 9 for bug 1706008

Revision history for this message
Egmont Koblinger (egmont-gmail) wrote :

The issue is indirectly caused by setting the title from the primary prompt PS1, which is reprinted on each window resize.

You can "fix" it for yourself by removing the setting of the title from PS1 (which goes like "\[\e]0;whatever_the_new_title_is\a\]"). You can add something equivalent to PROMPT_COMMAND if you wish.