FORMATS: note about %|

PERL: signal_add_last(), several additions to Irssi::Channel->values()


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@148 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-03-15 20:14:29 +00:00 committed by cras
commit befd35e710
2 changed files with 22 additions and 3 deletions

View file

@ -23,3 +23,4 @@ $[!30]1 prints parameter 1 padded to min. 30 chars
$[-30]1 prints parameter 1 right aligned
$[30?]1 prints parameter 1 padded with '?' characters
$[30.0]1 prints parameter 1 padded with '0' characters
%| marks the indentation position.