mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
Update gui-entry.c
This commit is contained in:
parent
33bfd88d9e
commit
5e88c107f1
@ -835,7 +835,7 @@ void gui_entry_erase(GUI_ENTRY_REC *entry, int size, CUTBUFFER_UPDATE_OP update_
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (entry->utf8)
|
if (entry->utf8)
|
||||||
while (entry->pos > size-w &&
|
while (entry->pos > size+w &&
|
||||||
i_wcwidth(entry->text[entry->pos-size-w]) == 0) w++;
|
i_wcwidth(entry->text[entry->pos-size-w]) == 0) w++;
|
||||||
|
|
||||||
memmove(entry->text + entry->pos - size, entry->text + entry->pos,
|
memmove(entry->text + entry->pos - size, entry->text + entry->pos,
|
||||||
|
Loading…
Reference in New Issue
Block a user