<br><br><div class="gmail_quote">On Thu, Dec 11, 2008 at 7:19 PM, Björn Gustafsson <span dir="ltr">&lt;<a href="mailto:bg-ale@bjorng.net">bg-ale@bjorng.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The &#39;stty&#39; command controls the terminal&#39;s start/stop characters as<br>
well as other things like interrupt (^C) and suspend (^Z). &nbsp;You can<br>
both view the current settings and change them using stty.<br>
<br>
# Show the current terminal settings<br>
<br>
stty -a<br>
<br>
# Change the stop character from ^S to ^R<br>
<br>
stty stop &#39;^r&#39;<br>
<br>
# Undefine the stop character. note the two single-quotes:<br>
<br>
stty stop &#39;&#39;</blockquote><div><br>This is some neat stuff Björn. I was going to just to be more mindful but this might have to go in the environment file anyway. :)<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
2008/12/11 J. D. &lt;<a href="mailto:jdonline@gmail.com">jdonline@gmail.com</a>&gt;:<br>
<div><div></div><div class="Wj3C7c">&gt;<br>
&gt;<br>
&gt; 2008/12/11 Michael B. Trausch &lt;<a href="mailto:mike@trausch.us">mike@trausch.us</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Thu, 11 Dec 2008 18:07:36 -0500<br>
&gt;&gt; &quot;J. D.&quot; &lt;<a href="mailto:jdonline@gmail.com">jdonline@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; &gt; There are some curious key combinations in bash I was wondering about.<br>
&gt;&gt; &gt; Pressing ctrl-s seems to freeze the terminal but silently it appears<br>
&gt;&gt; &gt; to still be accepting input. Pressing ctrl-q breaks this behavior and<br>
&gt;&gt; &gt; everything returns to normal. Does anyone use this? I&#39;m sure it has<br>
&gt;&gt; &gt; caused people trouble thinking their terminal is locked. I have only<br>
&gt;&gt; &gt; used ctrl-q from to regain my terminal after accidentally hitting<br>
&gt;&gt; &gt; ctrl-s. :)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Also having scrolllock enabled on from switching computers on a kvm<br>
&gt;&gt; &gt; creates the illusion of a lockup since the terminal is in a scrolling<br>
&gt;&gt; &gt; mode.<br>
&gt;&gt;<br>
&gt;&gt; This is a historical feature of terminals, known as soft flow control.<br>
&gt;&gt; One would often use it on a very slow serial terminal connection to<br>
&gt;&gt; perform manual pagination of sorts.<br>
&gt;<br>
&gt; I see. That makes sense. I guess we use pagers for that now.<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; Some software that runs in the terminal (such as Emacs) overrides that<br>
&gt;&gt; behavior, since Emacs uses both C-s and C-q key combinations. &nbsp;I am<br>
&gt;&gt; relatively certain that means that there is a way to disable it<br>
&gt;&gt; generally, but it&#39;s never been a problem for me so I don&#39;t know what<br>
&gt;&gt; the process for that would be.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; Thanks for the suggestion. I use ctrl-d quite a bit and occasionally it<br>
&gt; becomes<br>
&gt; ctrl-s due to typo. Great presentation on DR by the way. I just read over<br>
&gt; it. Thanks<br>
&gt; for the link.<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;--- Mike<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; My sigfile ran away and is on hiatus.<br>
&gt;&gt; <a href="http://www.trausch.us/" target="_blank">http://www.trausch.us/</a><br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Ale mailing list<br>
&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
</div></div>--<br>
<font color="#888888">Björn Gustafsson<br>
</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
</div></div></blockquote></div><br>