jumaris / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
1 stars 0 forks source link

Notification on terminal title change #131

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is a bit pie-in-the-sky, but it would be nice to get a notification on
seeing the escape sequence

<ESC>]N;STRING<BEL>

Where N is 0, 1, or 2, and STRING is any string. This is the sequence to
set the Xterm window title, and it would be nice if connectbot had an
option to notify me when it got a sequence like this, with the new title
contents.

Even more pie-in-the-sky, I suggest supporting the previously-unused N=3 as
a connectbot-specific escape for "notify the user with this string", so I
can send notifications to my G1 without also changing all my Xterm titles. :-)

[http://www.faqs.org/docs/Linux-mini/Xterm-Title.html]

Original issue reported on code.google.com by gwillen@gmail.com on 24 Mar 2009 at 5:02

GoogleCodeExporter commented 8 years ago

Original comment by kenny@the-b.org on 5 May 2009 at 10:13