summaryrefslogtreecommitdiff
path: root/com32/elflink/ldlinux/cli.c
Commit message (Expand)AuthorAgeFilesLines
* ldlinux: Fix return pointer to local dataSylvain Gault2015-10-181-1/+1
* com32: Fix a bug on history of commands.Raphael S.Carvalho2013-09-301-5/+8
* com32: Fix bugs on cmd_reverse_search (Triple fault dimension)Raphael S.Carvalho2013-09-301-2/+9
* cli: don't disable linewrap when redrawing the cmdlinesyslinux-5.11-pre2Matt Fleming2013-06-141-1/+1
* ldlinux: Fix serial output and delete eprintf()Matt Fleming2013-01-241-19/+19
* CLI: Don't always start the CLI at column 0Matt Fleming2012-12-041-3/+9
* CLI: Delete 'temp_cmdline' and put 'cmdline' on the stackMatt Fleming2012-11-291-17/+6
* ldlinux: Don't return NULL on KEY_ESC.Matt Fleming2012-11-261-6/+0
* ldlinux: Never exit from ldlinux.c32Matt Fleming2012-11-261-1/+2
* CLI: Add Ctrl + V support for printing the Syslinux versionMatt Fleming2012-11-021-0/+10
* CLI: Fix command history traversalMatt Fleming2012-11-021-4/+18
* CLI: don't highlight the promptsyslinux-5.00-pre2H. Peter Anvin2012-05-181-1/+1
* elflink: Fix TIMEOUT and TOTALTIMEOUT handlingMatt Fleming2012-05-031-35/+30
* ldlinux: Silence gcc warning about uninitialized variableMatt Fleming2012-04-171-1/+1
* ldlinux: Fix check for last command line entryMatt Fleming2012-04-171-1/+1
* elf: Support __constructor and __destructorMatt Fleming2012-03-231-5/+2
* ldlinux: Fix detection of function keysMatt Fleming2012-03-231-27/+2
* ldlinux: Accept commands from the serial consoleMatt Fleming2011-12-021-2/+27
* ldlinux: Add eprintf() to print to VGA and serialMatt Fleming2011-12-021-15/+15
* ldlinux: Don't return previous command if user pressenter enterMatt Fleming2011-12-021-1/+1
* elflink: Delete core-elf.hMatt Fleming2011-04-261-1/+0
* ldlinux: Move cmdline processing out of cli.cMatt Fleming2011-04-161-68/+6
* ldlinux, cli: Do not assign 'comm_counter' unnecessarilyMatt Fleming2011-04-161-2/+0
* elflink, cli: TAB key now displays labelsMatt Fleming2011-03-291-0/+21
* Merge remote-tracking branch 'mfleming/for-hpa/elflink/fix-compiler-warnings'...H. Peter Anvin2011-03-161-3/+2
|\
| * ldlinux: Fix compiler warnings in cli.cMatt Fleming2011-03-161-2/+2
| * elflink: Cleanup some warningsLiu Aleaxander2011-03-151-1/+0
* | elflink: Add ctrl-R key bind supportLiu Aleaxander2011-03-151-2/+78
* | elflink: use 'input' as the prompt of the CLILiu Aleaxander2011-03-151-5/+5
* | elflink: Add Ctrl-p + Ctrl-n key bindsLiu Aleaxander2011-03-151-0/+2
* | elflink: Do clear screen even if we have no pDraw_Menu methodLiu Aleaxander2011-03-151-4/+3
* | elflink: Fix the wrong malloc size in enter_cmdlineLiu Aleaxander2011-03-151-3/+2
|/
* Convert mp() to dprintf()Matt Fleming2011-03-091-6/+7
* elflink: Move code out of core and into ldlinux.c32Matt Fleming2011-03-091-0/+438