ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.C
(Generate patch)

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.436 by sf-exg, Sun Jan 24 21:53:13 2010 UTC vs.
Revision 1.437 by sf-exg, Fri Jan 29 17:27:36 2010 UTC

3430 case Rxvt_Pixmap: 3430 case Rxvt_Pixmap:
3431 if (!strcmp (str, "?")) 3431 if (!strcmp (str, "?"))
3432 { 3432 {
3433 char str[256]; 3433 char str[256];
3434 3434
3435 sprintf (str, "[%dx%d+%d+%d]", /* can't presume snprintf () ! */ 3435 sprintf (str, "[%dx%d+%d+%d]",
3436 min (bgPixmap.h_scale, 32767), min (bgPixmap.v_scale, 32767), 3436 min (bgPixmap.h_scale, 32767), min (bgPixmap.v_scale, 32767),
3437 min (bgPixmap.h_align, 32767), min (bgPixmap.v_align, 32767)); 3437 min (bgPixmap.h_align, 32767), min (bgPixmap.v_align, 32767));
3438 process_xterm_seq (XTerm_title, str, CHAR_ST); 3438 process_xterm_seq (XTerm_title, str, CHAR_ST);
3439 } 3439 }
3440 else 3440 else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines