forked from len0rd/rockbox
Make kbd_input() show a cancel splash to indicate user abort better and for better consistency all over the place. Change checking for its return value (style-wise) at some places too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22269 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
345920fe7e
commit
18e40e0f4c
11 changed files with 26 additions and 21 deletions
|
@ -739,7 +739,7 @@ Misc
|
|||
int kbd_input(char *buffer, int buflen);
|
||||
|
||||
Prompt for a string to be stored in buffer which is of length buflen.
|
||||
Return FALSE upon success.
|
||||
Return 0 upon success, negative on failure.
|
||||
|
||||
struct tm *get_time(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue