Add alternate method of disabling flow control when using tmux.

rexbinary
2025-03-26 15:48:28 -05:00
parent 631cde00b5
commit 2265e3e264
+6
@@ -46,6 +46,12 @@ before running rTorrent (or reattaching to screen) to leave them undefined. You
To fix this, you may also toggle the flow control in screen with ^a ^f until screen displays "-flow" in the bottom left corner.
Also, if you are launching rtorrent within tmux you can disable flow control by adding stty -ixon like in the example below. This works in crontab as well.
```
/usr/bin/tmux new -s rtorrent -d "stty -ixon; /usr/bin/rtorrent"
```
## Throttling ##
| Shortcut | Description |