Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Problem with flow control in screen



On May 11,  6:59pm, Scott RoLanD wrote:
} Subject: Problem with flow control in screen
}
} I have installed the GNU program screen and set it to use "^q" as it's
} escape character, and disabled its flowcontrol with the following
} options in my .screenrc:
} 	defescape ^Qq
} 	defflow off

Hmm.

Those options are supposedly "useful multiuser sessions only" [sic]  
to change "the default command characters of users that will be added
later."

You should be using
	escape ^Qq
	flow off

I have no idea why running mutt, less, etc. would make any difference,
unless maybe they're aliases that use screen to create new windows.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author