aboutsummaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/ui.h b/src/ui.h
index 68f9fcd..6f83149 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -48,13 +48,19 @@ register_ui_elt(struct ui_callbacks *cbs, void *data, WINDOW *wnd);
void
unregister_ui_elt(void *data);
+unsigned int
+ui_get_maxx(void);
+
+unsigned int
+ui_get_maxy(void);
+
void
ui_set_cur(unsigned int x, unsigned int y);
-int
+unsigned int
ui_get_curx(void);
-int
+unsigned int
ui_get_cury(void);
int