mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
%N does now same as %n, except in .theme files it always does the
terminal default color while %n sets the "previous color". git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1150 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3c607672e6
commit
f382abee30
3 changed files with 8 additions and 6 deletions
|
|
@ -42,7 +42,8 @@
|
|||
# if there was /FORMAT test %g{foo}bar, and foo = "%Y$0%n", irssi would
|
||||
# print yellow "foo" (as set with %Y) but "bar" would be green, which was
|
||||
# set at the beginning before the {foo} template. If there wasn't the %g
|
||||
# at start, the normal behaviour of %n would occur.
|
||||
# at start, the normal behaviour of %n would occur. If you _really_ want
|
||||
# to use the terminal's default color, use %N.
|
||||
|
||||
#############################################################################
|
||||
|
||||
|
|
@ -135,7 +136,7 @@ abstracts = {
|
|||
|
||||
# public message in channel, $0 = nick mode, $1 = nick
|
||||
pubmsgnick = "{msgnick $0 $1-}";
|
||||
pubnick = "%w$0-%n";
|
||||
pubnick = "%N$0-%n";
|
||||
|
||||
# public message in channel meant for me, $0 = nick mode, $1 = nick
|
||||
pubmsgmenick = "{msgnick $0 $1-}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue