Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

PROBLEM DESCRIPTION

...

The font color of the command you enter should be different from the font color of entered by the user is the same color as the data returned by the server. It is better to distinguish, otherwise Since the colors are the same, it is difficult to tell where distinguish the user entered commands and the data returned by the server is

A: Hello,

Thank you for contacting NetSarang Support.

.




RESOLUTION


The characters which

...

were entered are actually from the server, which the server echoed.
You will need to

...

configure the server to send colored prompt strings with code.

...

If

...

utilizing Bash as

...

your shell, try the following:

export PS1="$PS1\033[34m"; trap 'printf "\e[m" > /dev/tty' DEBUG 

This will change your command prompt to blue

...

Regards,

...

.