mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
use the enum name which was the original intended change
This commit is contained in:
parent
bb8c0bbf4c
commit
15dfb27f80
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@ void gui_entry_erase_word(GUI_ENTRY_REC *entry, int to_space, CUTBUFFER_UPDATE_O
|
||||||
}
|
}
|
||||||
if (to > 0) to++;
|
if (to > 0) to++;
|
||||||
|
|
||||||
gui_entry_erase(entry, entry->pos-to, TRUE);
|
gui_entry_erase(entry, entry->pos-to, CUTBUFFER_UPDATE_REPLACE);
|
||||||
}
|
}
|
||||||
|
|
||||||
void gui_entry_erase_next_word(GUI_ENTRY_REC *entry, int to_space)
|
void gui_entry_erase_next_word(GUI_ENTRY_REC *entry, int to_space)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue