bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: can not change the `screen' command character to `^q'


From: Bob Proulx
Subject: Re: can not change the `screen' command character to `^q'
Date: Fri, 8 May 2009 23:42:32 -0600
User-agent: Mutt/1.5.18 (2008-05-17)

tianlijian wrote:
> can not change the `screen' command character to `^q'

This question is better addressed on the screen-users mailing list.

Please place your report in the body with a suitable subject and not
with your problem entirely in the subject.  That is just hard to read
that way.

The control-q is being consumed by the tty driver since it is the
default flow control setting.  Screen is being configured but then
isn't able to use it.

Using control-q probably isn't the best choice since it is the default
XON flow control character for the tty driver.  In order to use it you
would need either disable flow control (see the -fn option, or the
defflow) or change your tty settings.  Both of those seem like bad
ideas to me.

But if you insist on trying this anyway then this should do it:

  defflow off
  escape ^q^q

My advice is to pick a different character.  Personally I use ^z myself.
As a long time emacs user the default ^a is too invasive.

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]