diff options
Diffstat (limited to 'src/fe-text/gui-entry.h')
-rw-r--r-- | src/fe-text/gui-entry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-text/gui-entry.h b/src/fe-text/gui-entry.h index cb1251ad..9b88f40d 100644 --- a/src/fe-text/gui-entry.h +++ b/src/fe-text/gui-entry.h @@ -19,6 +19,7 @@ void gui_entry_erase_word(void); int gui_entry_get_pos(void); void gui_entry_set_pos(int pos); void gui_entry_move_pos(int pos); +void gui_entry_move_words(int count); void gui_entry_redraw(void); |