From f12d3914e580ea1bd4d55d94190e9e59aea14f86 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 20 Jan 2002 16:57:06 +0000 Subject: Added -before and -after options to /LASTLOG. You can also use - to specify both before and after values. Added special "#" option name to commands which specifies that - parameter is allowed. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2331 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-text/module-formats.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fe-text/module-formats.c') diff --git a/src/fe-text/module-formats.c b/src/fe-text/module-formats.c index afae7e79..4a37db25 100644 --- a/src/fe-text/module-formats.c +++ b/src/fe-text/module-formats.c @@ -29,6 +29,7 @@ FORMAT_REC gui_text_formats[] = { "lastlog_count", "{hilight Lastlog}: $0 lines", 1, { 1 } }, { "lastlog_start", "{hilight Lastlog}:", 0 }, { "lastlog_end", "{hilight End of Lastlog}", 0 }, + { "lastlog_separator", "--", 0 }, { "refnum_not_found", "Window number $0 not found", 1, { 0 } }, { "window_too_small", "Not enough room to resize this window", 0 }, -- cgit v1.2.3