aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tbi/win.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tbi/win.h')
-rw-r--r--lib/tbi/win.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/tbi/win.h b/lib/tbi/win.h
index 1539877..9057369 100644
--- a/lib/tbi/win.h
+++ b/lib/tbi/win.h
@@ -74,4 +74,15 @@ VOID wattrset(struct window *w, INT32 attr);
*/
VOID wattroff(struct window *w);
+/*
+ * Moves cursor position to specified coordinates
+ *
+ * w: the window on which to operate
+ * x: the X(column) coordinate
+ * y: the Y(row) coordinate
+ *
+ * return: FALSE upon failure and TRUE upon successful completion
+*/
+BOOLEAN wmove(struct window *w, INT32 x, INT32 y);
+
#endif /* UFM_TBI_WINDOW_H */