commit | ee57bbc1b6ee0c35729f8a4cb7c74e3df998b541 | [log] [tgz] |
---|---|---|
author | Koushik K. Dutta <koushd@gmail.com> | Fri Mar 12 23:21:12 2010 -0800 |
committer | Koushik K. Dutta <koushd@gmail.com> | Fri Mar 12 23:21:12 2010 -0800 |
tree | 6199412925830e8d05f11e18318751244f689556 | |
parent | 928d6054355f334d3e4f858e5752dd4cb305e9f6 [diff] [blame] |
nandroid in C now has a progress bar
diff --git a/common.h b/common.h index d962a0a..ddc9f68 100644 --- a/common.h +++ b/common.h
@@ -33,6 +33,8 @@ // so keep the output short and not too cryptic. void ui_print(const char *fmt, ...); +void ui_reset_text_col(); + // Display some header text followed by a menu of items, which appears // at the top of the screen (in place of any scrolling ui_print() // output, if necessary).