summaryrefslogtreecommitdiff
path: root/common/menu.c
AgeCommit message (Expand)Author
2015-05-27menu: Return an error code if Ctrl-C is pressedTuomas Tynkkynen
2014-10-25misc: use __weakJeroen Hofstee
2014-05-29Add cli_ prefix to readline functionsSimon Glass
2014-05-29move CLI prototypes to cli.h and add commentsSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-03-29menu: export menu_default_choice() functionAnatolij Gustschin
2013-03-29menu: Add support for user defined item choice functionPali Rohár
2012-06-21menu: only timeout when menu is displayedRob Herring
2012-02-12common, menu: do not trigger timeout again, if a line is readHeiko Schocher
2012-02-12common, menu: add statusline supportHeiko Schocher
2012-02-12common: add possibility for readline_into_buffer timeoutHeiko Schocher
2011-12-05common/menu.c: Fix build warningAnatolij Gustschin
2011-11-29menu.c: use puts() instead of printf() where possibleWolfgang Denk
2011-10-17common, menu: use abortboot for menu timeoutJason Hobbs
2011-10-17Add generic, reusable menu codeJason Hobbs