]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[autoboot] Avoid excess backspacing after displaying Ctrl-B prompt
authorMichael Brown <mcb30@ipxe.org>
Sun, 21 Oct 2012 01:30:19 +0000 (18:30 -0700)
committerMichael Brown <mcb30@ipxe.org>
Tue, 23 Oct 2012 21:07:50 +0000 (14:07 -0700)
commit1d381680647ad7484a765533dcff37387ff01c65
tree828fd305430bedffa02d31d20dc6a260263d92c9
parent0e7819d298958084e64c0d413ec0b13fae07c479
[autoboot] Avoid excess backspacing after displaying Ctrl-B prompt

Remove the newline from the "Press Ctrl-B..." prompt string, so that
prompt() does not attempt to backspace beyond the start of the line.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/main.c