Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 May 2011 19:20:47 +0200
From:      Polytropon <freebsd@edvax.de>
To:        pwnedomina <pwnedomina@gmail.com>
Cc:        questions@freebsd.org
Subject:   Re: rox-fm
Message-ID:  <20110505192047.137782cb.freebsd@edvax.de>
In-Reply-To: <4DC2CCD7.3080406@gmail.com>
References:  <4DC1BEA8.6030108@gmail.com> <20110504224931.9ffd5682.dcdowse@gmx.net> <4DC1E23E.3020001@gmail.com> <20110505014556.50dcea0e.dcdowse@gmx.net> <BANLkTi=Csvs%2B3C7-XJGUDn43Jzf-JNZZ4g@mail.gmail.com> <4DC27128.8040508@gmail.com> <20110505143748.4be94f6f.freebsd@edvax.de> <4DC2CCD7.3080406@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 05 May 2011 16:14:15 +0000, pwnedomina <pwnedomina@gmail.com> wrote:
> according to this page http://understudy.net/custom.html C shell support 
> colors, how can i turn this prompt
> 
> set prompt = "[%B%n@%m:%~%b]%# "
> 
> with red color on brackets and white color on text?

Have a look at the page you mentioned above and you'll
easily find the answer, especially if you consult the
section

	http://understudy.net/custom.html#color_prompts

and then scroll down to "TC Shells" - keep in mind that
FreeBSD's C shell is a TC shell (/bin/csh and /bin/tcsh
are the same program).

I've tried the example (on FreeBSD 7) from the web page
you mentioned and found that

	set prompt = "%{\033[31m%}[%{\033[0m%}%B%n@%m:%~%b%{\033[31m%}]%{\033[0m%}%# "

works as intended. %{\033[31m%} switches red color on, and
%B/%b applies bold face for the text inside the brackets.

In the section

	http://understudy.net/custom.html#table2

you'll find a reference for the other colors "programming
codes". You could, for example, use a different color for
root and nonroot shells, or change color depending on specific
shell accounts on your system.

You can also use other attributes like %S/%s for standout
(here: inverse) mode, or %U/%u for underline mode. However,
not every terminal (emulator) is capable of displaying them
as intended, for example the text mode console cannot do
unterlining, vt100 can do blinking _and_ underlining, but
can't do colors, xterm can do underlining, but _not_ blinking,
but can do colors... and so on.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110505192047.137782cb.freebsd>