Skip to content

Commit

Permalink
updated for version 7.3.638
Browse files Browse the repository at this point in the history
brammool committed Aug 23, 2012
1 parent 00b8ae0 commit 451cf63
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/screen.c
Original file line number Diff line number Diff line change
@@ -5332,8 +5332,9 @@ char_needs_redraw(off_from, off_to, cols)
&& (ScreenLinesUC[off_from] != ScreenLinesUC[off_to]
|| (ScreenLinesUC[off_from] != 0
&& comp_char_differs(off_from, off_to))
|| (cols > 1 && ScreenLines[off_from + 1]
!= ScreenLines[off_to + 1])))
|| ((*mb_off2cells)(off_from, off_from + cols) > 1
&& ScreenLines[off_from + 1]
!= ScreenLines[off_to + 1])))
#endif
))
return TRUE;
4 changes: 4 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
@@ -719,6 +719,10 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
638,
/**/
638,
/**/
637,
/**/

0 comments on commit 451cf63

Please sign in to comment.