summaryrefslogtreecommitdiff
path: root/common/menu.c
Commit message (Expand)AuthorAgeLines
* menu: Return an error code if Ctrl-C is pressedTuomas Tynkkynen2015-05-27-0/+3
* misc: use __weakJeroen Hofstee2014-10-25-4/+1
* Add cli_ prefix to readline functionsSimon Glass2014-05-29-2/+3
* move CLI prototypes to cli.h and add commentsSimon Glass2014-05-29-0/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-12/+1
* menu: export menu_default_choice() functionAnatolij Gustschin2013-03-29-1/+1
* menu: Add support for user defined item choice functionPali Rohár2013-03-29-11/+31
* menu: only timeout when menu is displayedRob Herring2012-06-21-32/+4
* common, menu: do not trigger timeout again, if a line is readHeiko Schocher2012-02-12-1/+3
* common, menu: add statusline supportHeiko Schocher2012-02-12-0/+8
* common: add possibility for readline_into_buffer timeoutHeiko Schocher2012-02-12-1/+2
* common/menu.c: Fix build warningAnatolij Gustschin2011-12-05-1/+1
* menu.c: use puts() instead of printf() where possibleWolfgang Denk2011-11-29-6/+10
* common, menu: use abortboot for menu timeoutJason Hobbs2011-10-17-8/+32
* Add generic, reusable menu codeJason Hobbs2011-10-17-0/+393