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