diff options
Diffstat (limited to 'src/dispnew.c')
| -rw-r--r-- | src/dispnew.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index d74462d31b8..b5764ac7fe3 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -3612,7 +3612,7 @@ direct_output_for_insert (g) | |||
| 3612 | 3612 | ||
| 3613 | delta += 1; | 3613 | delta += 1; |
| 3614 | delta_bytes += it.len; | 3614 | delta_bytes += it.len; |
| 3615 | set_iterator_to_next (&it, 1, 0); | 3615 | set_iterator_to_next (&it, 1); |
| 3616 | } | 3616 | } |
| 3617 | 3617 | ||
| 3618 | /* Give up if we hit the right edge of the window. We would have | 3618 | /* Give up if we hit the right edge of the window. We would have |
| @@ -3630,7 +3630,7 @@ direct_output_for_insert (g) | |||
| 3630 | { | 3630 | { |
| 3631 | if (it2.c == '\t') | 3631 | if (it2.c == '\t') |
| 3632 | return 0; | 3632 | return 0; |
| 3633 | set_iterator_to_next (&it2, 1, 0); | 3633 | set_iterator_to_next (&it2, 1); |
| 3634 | } | 3634 | } |
| 3635 | 3635 | ||
| 3636 | /* Number of new glyphs produced. */ | 3636 | /* Number of new glyphs produced. */ |