diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 322ac9d6174..1fbc4d87f68 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -956,7 +956,7 @@ insert_glyphs (start, len) | |||
| 956 | g = *start++; | 956 | g = *start++; |
| 957 | /* We must open sufficient space for a character which | 957 | /* We must open sufficient space for a character which |
| 958 | occupies more than one column. */ | 958 | occupies more than one column. */ |
| 959 | while (*start && GLYPH_MASK_PADDING) | 959 | while (*start & GLYPH_MASK_PADDING) |
| 960 | { | 960 | { |
| 961 | OUTPUT1_IF (TS_ins_char); | 961 | OUTPUT1_IF (TS_ins_char); |
| 962 | start++, len--; | 962 | start++, len--; |