diff options
Diffstat (limited to 'lib/tbi/win.h')
-rw-r--r-- | lib/tbi/win.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/tbi/win.h b/lib/tbi/win.h index 3c42538..76be2d8 100644 --- a/lib/tbi/win.h +++ b/lib/tbi/win.h @@ -174,4 +174,13 @@ UINTN EFIAPI mvwprintf(struct window *w, INT32 x, INT32 y, CONST CHAR16 *fmt, .. */ UINTN EFIAPI wvprintf(struct window *w, CONST CHAR16 *fmt, VA_LIST args); +/* + * Does the output of window to the terminal + * + * w: the window on which to operate + * + * return: VOID +*/ +VOID wrefresh(struct window *w); + #endif /* UFM_TBI_WINDOW_H */ |