From 2265e3e26491a56380dd9fac021afcbcef87b0f6 Mon Sep 17 00:00:00 2001 From: rexbinary Date: Wed, 26 Mar 2025 15:48:28 -0500 Subject: [PATCH] Add alternate method of disabling flow control when using tmux. --- User-Guide.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/User-Guide.md b/User-Guide.md index 6ab119c..9a5a808 100644 --- a/User-Guide.md +++ b/User-Guide.md @@ -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 |