Mercurial > emacs
comparison src/term.c @ 17191:36caec9c2e52
(insert_glyphs): Fix a bug which turns up when
TS_ins_multi_chars is 0.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 19 Mar 1997 16:32:46 +0000 |
parents | 364327df6e7c |
children | dd1ead861e95 |
comparison
equal
deleted
inserted
replaced
17190:6637001cdb4b | 17191:36caec9c2e52 |
---|---|
942 | 942 |
943 turn_on_insert (); | 943 turn_on_insert (); |
944 cmplus (len); | 944 cmplus (len); |
945 /* The field `last_block' should be set to 1 only at the tail. */ | 945 /* The field `last_block' should be set to 1 only at the tail. */ |
946 terminal_coding.last_block = 0; | 946 terminal_coding.last_block = 0; |
947 while (len > 0) | 947 while (len-- > 0) |
948 { | 948 { |
949 int produced, consumed; | 949 int produced, consumed; |
950 | 950 |
951 OUTPUT1_IF (TS_ins_char); | 951 OUTPUT1_IF (TS_ins_char); |
952 if (!start) | 952 if (!start) |