Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problem with flow control in screen
- X-seq: zsh-users 2355
- From: mason@xxxxxxxxxxxxxxx (Geoff Wing)
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: Problem with flow control in screen
- Date: 1 Jun 1999 15:51:47 GMT
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultants
- References: <19990511185959.A27469@xxxxxxxx>
- Reply-to: mason@xxxxxxxxxxxxxxx
Scott RoLanD <shr@xxxxxxxx> typed:
: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
:My problem comes when I try to use the magic key "^Q" to talk to
:screen. If I am looking at a zsh prompt, it won't work, the "^Q" is
:apparently eaten and never shown to screen. However if I am running
:any other text program (like mutt, less, etc.) then the "^Q" works and
:lets me talk to screen. I have tried this with the zsh-option
:no_flow_control set and unset, it doesn't seem to have any effect.
Just worked for me (3.0.6-pre-3):
% screen -e '^Qq' zsh -f
% setopt noflowcontrol
(then do CTRL-Q ? and get help screen)
Guess we need more information about your system, zsh version, etc.
Regards,
--
Geoff Wing <gcw@xxxxxxxxx> Mobile : (Australia) 0413 431 874
Work URL: http://www.primenet.com.au/ Ego URL: http://pobox.com/~gcw/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author