mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
transpose_characters was broken
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2454 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
b18424f7cb
commit
eb31bb1712
3 changed files with 25 additions and 18 deletions
|
|
@ -43,6 +43,8 @@ void gui_entry_erase(GUI_ENTRY_REC *entry, int size);
|
|||
void gui_entry_erase_word(GUI_ENTRY_REC *entry, int to_space);
|
||||
void gui_entry_erase_next_word(GUI_ENTRY_REC *entry, int to_space);
|
||||
|
||||
void gui_entry_transpose_chars(GUI_ENTRY_REC *entry);
|
||||
|
||||
int gui_entry_get_pos(GUI_ENTRY_REC *entry);
|
||||
void gui_entry_set_pos(GUI_ENTRY_REC *entry, int pos);
|
||||
void gui_entry_move_pos(GUI_ENTRY_REC *entry, int pos);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue