backup de julho
[h2N7SspZmY.git] / data / cache / e / e74556fc2c8e3e5d98b8d6c489fe6f57.code
blob0aea25b884c5c9002788d7c091ab12dc14529f32
1 <span class="co0"># see escape characters association</span>
2 $ <span class="kw2">stty</span> <span class="re5">-a</span>
3 <span class="co0"># shows ... ; stop = ^S; ...</span>
4 <span class="co0"># let's associate stop to Ctrl+Q</span>
5 $ ssty stop ^Q
6 <span class="co0"># now CTRL-S will be passed to the program running inside the bash</span>