diff options
Diffstat (limited to 'com32/elflink/ldlinux/cli.c')
-rw-r--r-- | com32/elflink/ldlinux/cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/elflink/ldlinux/cli.c b/com32/elflink/ldlinux/cli.c index 211a796b..a1cf50cc 100644 --- a/com32/elflink/ldlinux/cli.c +++ b/com32/elflink/ldlinux/cli.c @@ -165,7 +165,7 @@ const char *edit_cmdline(const char *input, int top /*, int width */ , eprintf("\033[?7l\033[?25l"); if (y) eprintf("\033[%dA", y); - eprintf("\033[1G\033[1;36m%s \033[0m", input); + eprintf("\033[1G%s ", input); x = strlen(input); y = 0; |