mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 17:42:49 +02:00
updated %n description
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2793 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d39b8363ef
commit
587a019da3
1 changed files with 8 additions and 1 deletions
|
|
@ -12,7 +12,14 @@
|
||||||
%p %P magenta (think: purple)
|
%p %P magenta (think: purple)
|
||||||
%c %C %6 cyan bold cyan cyan
|
%c %C %6 cyan bold cyan cyan
|
||||||
%w %W %7 white bold white white
|
%w %W %7 white bold white white
|
||||||
%n %N Turn off all colors and other formatting
|
%n %N Changes the color to "default color", removing
|
||||||
|
all other coloring and formatting. %N is always
|
||||||
|
the terminal's default color. %n is usually too,
|
||||||
|
except in themes it changes to "previous color",
|
||||||
|
ie. hello = "%Rhello%n" and "%G{hello} world"
|
||||||
|
would print hello in red, and %n would turn back
|
||||||
|
into %G making world green.
|
||||||
|
The resulting color is
|
||||||
%F Blinking on/off (think: flash)
|
%F Blinking on/off (think: flash)
|
||||||
%U Underline on/off
|
%U Underline on/off
|
||||||
%8 Reverse on/off
|
%8 Reverse on/off
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue