pyroscope / rtorrent-ps

:art: Extended rTorrent distribution with a fully customizable canvas and colors, other feature additions, and complete docs.
http://rtorrent-ps.readthedocs.io/
GNU General Public License v2.0
463 stars 43 forks source link

rtorrent status in terminal window's title #134

Open drzraf opened 3 years ago

drzraf commented 3 years ago

It's very handy for the terminal window's title to show the name of the application currently running. It may allow to adapt some desktop elements. But it's even more useful if it show significant information.

Mutt provides such feature via the xterm_set_titles option implemented by simply sending the Xterm (defacto standard) escape sequence to stderr (\033]0;FOO\033]0;):

That could be a handful improvement.