1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00
This commit is contained in:
Ailin Nemui 2022-02-06 14:22:56 +01:00
parent 75e56297fc
commit e5d02bd57b

View File

@ -837,7 +837,7 @@ void gui_entry_erase(GUI_ENTRY_REC *entry, int size, CUTBUFFER_UPDATE_OP update_
}
}
if (size == 0 && clear_enabled) {
if (size == 0) {
/* we just wanted to clear the cutbuffer */
return;
}