summaryrefslogtreecommitdiff
path: root/c_fl_text_display.h
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-11-12 17:20:15 +1100
committerJed Barber <jjbarber@y7mail.com>2016-11-12 17:20:15 +1100
commitfa22b74c2e6528b4315909377f277ef193e19d11 (patch)
tree5dfce73c765d54e76fc758c8537a349825ae19ef /c_fl_text_display.h
parentcb8ade55fb2f85951e53706de277261b726ecad7 (diff)
Added basic word count feature
Diffstat (limited to 'c_fl_text_display.h')
-rw-r--r--c_fl_text_display.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c_fl_text_display.h b/c_fl_text_display.h
index 5a91774..f42ada9 100644
--- a/c_fl_text_display.h
+++ b/c_fl_text_display.h
@@ -23,6 +23,8 @@ extern "C" void fl_text_display_set_text_size(TEXTDISPLAY td, int s);
extern "C" int fl_text_display_get_insert_pos(TEXTDISPLAY td);
extern "C" void fl_text_display_set_insert_pos(TEXTDISPLAY td, int p);
extern "C" void fl_text_display_show_insert_pos(TEXTDISPLAY td);
+extern "C" void fl_text_display_next_word(TEXTDISPLAY td);
+extern "C" void fl_text_display_previous_word(TEXTDISPLAY td);
#endif