Hi everybody,
I sometime use "rtorrent" (apt show rtorrent) to download isos and other
big files. It happens that when I had to quit rtorrent by press Ctrl-Q I
cannot because the key combination Ctrl-Q is trapped by the console due
to "stty" default configuration:
~$ stty -a
speed 38400 baud; rows 28; columns 110; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = M-^?; eol2
= M-^?; swtch = <undef>; start = ^Q;
stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; discard = ^O;
min = 1; time = 0;
-parenb -parodd -cmspar cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon
ixoff -iuclc -ixany -imaxbel iutf8
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0
vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop
-echoprt echoctl echoke -flusho -extproc
Notice the "start = ^Q;" setting, thus every time I want to quit
"rtorrent" I must give this command before pressing Ctrl-Q into "rtorrent":
~$ stty start undef
So, is there a way to permanently set "start" as "undef"? Maybe under
/etc/? Should I put this command in .bashrc?
TIA
--
Franco Martelli