On Mon, Jul 15, 2019 at 10:01:30AM -0400, Chet Ramey wrote: > On 7/13/19 5:55 AM, Mike Jonkmans wrote: > > This runs for two seconds: > > bash --norc --noprofile -ic "trap 'tput hs' DEBUG; sleep 2 & :|:|:" > > I can't reproduce this using bash-5.0.7 on RHEL7, Debian 9, Ubuntu 16, or > Ubuntu 18. > > Chet
Ubuntu 18.04 uses bash 4.4.20, so that is a progression :) I only use the DEBUG trap to set the title on my tmux windows. So i do not think it has high importance, as bash 5 seems to fix this. Thanks for looking at it. Regards, Mike