Jeremy C. Reed <[EMAIL PROTECTED]> typed:
:I use version v2.6.1. (I would check a newer version, but it appears that
:the change log doesn't mention any reason for my question.)
:Why does xterm and rxvt act differently?

Patch follows.  If you're using 2.6.3 you need to apply against "main.c"
instead.

Regards,
Geoff


--- ../cleantrunk/src/init.c    Sun Oct  8 16:58:31 2000
+++ src/init.c  Fri Oct 13 12:18:31 2000
@@ -300,5 +300,5 @@
        rs[Rs_title] = rs[Rs_name];
     if (!rs[Rs_iconName])
-       rs[Rs_iconName] = rs[Rs_title];
+       rs[Rs_iconName] = rs[Rs_name];
     if (rs[Rs_saveLines] && (i = atoi(rs[Rs_saveLines])) >= 0)
        r->TermWin.saveLines = (int16_t) i;
 

Reply via email to