Added SILC Thread Queue API
[runtime.git] / apps / irssi / docs / formats.txt
index d918a26890e2c0cdd2dd733406693436a3e8bee9..0ffef08fc209469a81d982c0743ffdb7c477ae59 100644 (file)
    %p      %P              magenta (think: purple)
    %c      %C      %6      cyan            bold cyan       cyan
    %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.
    %F                      Blinking on/off (think: flash)
    %U                      Underline on/off
    %8                      Reverse on/off