diff options
author | Timo Sirainen <cras@irssi.org> | 2002-05-15 21:56:23 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-05-15 21:56:23 +0000 |
commit | 587a019da31c6448cb8e4054198608798c465530 (patch) | |
tree | b91cce988e91b5a2387a4b1f073737769bcffc0a /docs | |
parent | d39b8363ef73ed0c9646410b5cf91263b213003f (diff) | |
download | irssi-587a019da31c6448cb8e4054198608798c465530.zip |
updated %n description
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2793 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/formats.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/formats.txt b/docs/formats.txt index d918a268..8027d0b3 100644 --- a/docs/formats.txt +++ b/docs/formats.txt @@ -12,7 +12,14 @@ %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. + The resulting color is %F Blinking on/off (think: flash) %U Underline on/off %8 Reverse on/off |