Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problem with flow control in screen
- X-seq: zsh-users 2349
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Scott RoLanD <shr@xxxxxxxx>, zsh-users@xxxxxxxxxxxxxx
- Subject: Re: Problem with flow control in screen
- Date: Mon, 31 May 1999 04:07:55 +0000
- In-reply-to: <19990511185959.A27469@xxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <19990511185959.A27469@xxxxxxxx>
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