mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Implementation of the meta-[cult] (capitalize words, upcase word, downcase word, transpose words) key-bindings from the TODO by Peder Stray
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3963 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e4a562d9ef
commit
2998ce6daa
5 changed files with 154 additions and 2 deletions
|
|
@ -45,6 +45,11 @@ 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);
|
||||
void gui_entry_transpose_words(GUI_ENTRY_REC *entry);
|
||||
|
||||
void gui_entry_capitalize_word(GUI_ENTRY_REC *entry);
|
||||
void gui_entry_downcase_word(GUI_ENTRY_REC *entry);
|
||||
void gui_entry_upcase_word(GUI_ENTRY_REC *entry);
|
||||
|
||||
int gui_entry_get_pos(GUI_ENTRY_REC *entry);
|
||||
void gui_entry_set_pos(GUI_ENTRY_REC *entry, int pos);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue