On Wed, May 15, 2002 at 01:56:46PM +0200, Cedric Duval wrote:
> georges mariano <[EMAIL PROTECTED]> a d�clar� :
> > en fait, c'est le r�flexe Ctrl (X S) [Ctrl reste appuy�] qui induit
> > donc un Ctrl S,
>
> Ctrl-S qui "g�le" le terminal.
> Assez d�routant au d�but quand on passe constamment d'emacs � vi... :/
> ... et qu'on ignore que c'est Ctrl-Q pour reprendre !
Et, si on n'a pas l'usage de la chose (software flow control) :
stty -ixon -ixoff
Dans mes /etc/profile, j'ai :
if [ -t 0 ]
....
case `tty` in
/dev/pts/*|/dev/tty[1-9]*) stty -ixon -ixoff;;
esac
...
fi
--
Cordialement,
Benoit SPECKEL
IReS - Bat 27 e-mail: [EMAIL PROTECTED]
23 rue du Loess voice: 03 88 10 68 23
BP 28 fax: 03 88 10 62 02
F-67037 STRASBOURG Cedex 2
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]