mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Ctrl-W deletes word in left - patch from
Kjetil �degaard <kjetilod@orakel.ntnu.no> git-svn-id: http://svn.irssi.org/repos/irssi/trunk@341 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
22b12d85ee
commit
72b32ff175
3 changed files with 31 additions and 0 deletions
|
|
@ -12,7 +12,9 @@ char *gui_entry_get_text(void);
|
|||
|
||||
void gui_entry_insert_text(const char *str);
|
||||
void gui_entry_insert_char(char chr);
|
||||
|
||||
void gui_entry_erase(int size);
|
||||
void gui_entry_erase_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