emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32term.c,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c,v
Date: Sat, 15 Nov 2008 05:20:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/11/15 05:20:34

Index: w32term.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32term.c,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -b -r1.309 -r1.310
--- w32term.c   12 Nov 2008 15:51:11 -0000      1.309
+++ w32term.c   15 Nov 2008 05:20:33 -0000      1.310
@@ -2241,7 +2241,8 @@
     {
       int width;
       struct glyph_string *next;
-      for (width = 0, next = s->next; next;
+      for (width = 0, next = s->next;
+          next && width < s->right_overhang;
            width += next->width, next = next->next)
         if (next->first_glyph->type != IMAGE_GLYPH)
           {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]