<<< Date Index >>>     <<< Thread Index >>>

[Mutt] #2953: A source "command|" in /etc/Muttrc prevents screen's altscreen from working



#2953: A source "command|" in /etc/Muttrc prevents screen's altscreen from 
working

 Okay, I don't know who is at fault here, and if there's a fix possible
 within mutt, but having a source "command|" statement in /etc/Muttrc makes
 screen's altscreen feature not work. Note that having such source command
 in ~/.muttrc does not exhibit the problem.

 To reproduce:

 {{{
 % echo altscreen on >screenrc
 % echo 'source "/bin/echo|"' >>/etc/Muttrc
 % screen -c screenrc
 % clear
 % mutt
 q
 }}}

 When quitting mutt, the prompt will be at the bottom of the window,
 instead of the top.

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/2953>