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

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.382 by root, Tue Jun 5 12:04:55 2012 UTC vs.
Revision 1.383 by sf-exg, Wed Aug 29 09:43:42 2012 UTC

817 817
818 delete fontset[0]; 818 delete fontset[0];
819 fontset[0] = fs; 819 fontset[0] = fs;
820 820
821 prop = (*fs)[rxvt_fontset::firstFont]->properties (); 821 prop = (*fs)[rxvt_fontset::firstFont]->properties ();
822 prop.width += letterSpace; 822 prop.width = max (prop.width + letterSpace, 1);
823 823
824 fs->set_prop (prop, false); 824 fs->set_prop (prop, false);
825 825
826 fwidth = prop.width; 826 fwidth = prop.width;
827 fheight = prop.height + lineSpace; 827 fheight = prop.height + lineSpace;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines