]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Update title.pl
authorDavid Leadbeater <redacted>
Sun, 15 Jun 2014 17:52:22 +0000 (18:52 +0100)
committerDavid Leadbeater <redacted>
Sun, 15 Jun 2014 17:52:22 +0000 (18:52 +0100)
scripts/title.pl

index 6e31ffcff1a9013f01c2cfb385f14dff2fc221e9..f6fa3de02ca98a6e412d34df47e0913dfb3938f9 100644 (file)
@@ -1,5 +1,5 @@
 use Irssi 20020120.0250 ();
-$VERSION = "3.2";
+$VERSION = "3.2b";
 %IRSSI = (
     authors     => 'Timo Sirainen, David Leadbeater',
     contact     => 'tss@iki.fi, dgl@dgl.cx',
@@ -9,7 +9,6 @@ $VERSION = "3.2";
     url         => 'http://irssi.dgl.cx/',
 );
 
-
 # Settings:
 # title_string: The string used in the title, see below for explaination
 # title_topic_length: The length to truncate the topic to (some terminals have
@@ -29,6 +28,11 @@ $VERSION = "3.2";
 # Nickname with usermode
 # /set title_string $N(+$usermode)
 
+# To use this with screen you need some lines in your ~/.screenrc
+# termcap xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
+# terminfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
+# This probably only works if you have $TERM set to xterm.
+
 my %act;
 use IO::Handle;
 
git clone https://git.99rst.org/PROJECT