CLI: Don't always start the CLI at column 0
commita34065606d81607214158d396161cffe2e2d828a
authorMatt Fleming <matt.fleming@intel.com>
Tue, 4 Dec 2012 11:50:19 +0000 (4 11:50 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 4 Dec 2012 11:50:19 +0000 (4 11:50 +0000)
treef793adc16b7c57ffd0236402d0bb38e9b78ec8ec
parent82cbb1bd4133035fb37a753c15dfaa57e34db87f
CLI: Don't always start the CLI at column 0

If we print files with no newline then it looks better if the CLI
prompt is printed immediately after the file content, rather than
erasing the line and printing prompt at column 0.

This mainly affects files with one line of text and no newline
character.

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
com32/elflink/ldlinux/cli.c