<<< Date Index >>>     <<< Thread Index >>>

xtitles (was: patches from the debian package)



Hello Marco,

 On Saturday, October 11, 2003 at 12:06:37 PM +0200, Marco d'Itri wrote:

> [usefull patches] definitely production-quality.

    BTW I attached a patch to bse.xtitles.1 to add xtitles to PuTTY and
Cygwin terminals. Nice feature, but lacks refresh in pager mode.


Bye!    Alain.
-- 
« if you believe the title bar, I've got a bridge to sell you. »
patch to patch-1.3.27.bse.xtitles.1
adds PuTTY and Cygwin support

--- patch-1.3.27.bse.xtitles.1  Wed Oct 29 19:41:52 2003
+++ patch-1.3.27.bse.xtitles.2  Tue Nov  4 20:15:17 2003
@@ -55,7 +55,7 @@
 diff -urN mutt-1.5.3.orig/init.c mutt-1.5.3/init.c
 --- mutt-1.5.3.orig/init.c     2002-12-11 16:13:49.000000000 +0100
 +++ mutt-1.5.3/init.c  2002-12-30 02:40:29.000000000 +0100
-@@ -892,6 +892,23 @@
+@@ -892,6 +892,25 @@
        toggle_option (MuttVars[idx].data);
        else
        set_option (MuttVars[idx].data);
@@ -72,6 +72,8 @@
 +               mutt_strncasecmp (ep, "eterm", 5) &&
 +               mutt_strncasecmp (ep, "kterm", 5) &&
 +               mutt_strncasecmp (ep, "nxterm", 6) &&
++               mutt_strncasecmp (ep, "putty", 5) &&
++               mutt_strncasecmp (ep, "cygwin", 6) &&
 +               mutt_strncasecmp (ep, "rxvt", 4) )
 +        unset_option (MuttVars[idx].  data);
 +