mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
delete_next_word key implemented, patch by Tinuk
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1311 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
95c17bafc4
commit
88094fa9f2
3 changed files with 21 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ void gui_entry_insert_char(char chr);
|
|||
|
||||
void gui_entry_erase(int size);
|
||||
void gui_entry_erase_word(void);
|
||||
void gui_entry_erase_next_word(void);
|
||||
|
||||
int gui_entry_get_pos(void);
|
||||
void gui_entry_set_pos(int pos);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue