From 2e3a056110d37afab8324bb5f272601c4b986054 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 16 Aug 2000 00:48:29 +0000 Subject: /LAST - didn't work right. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@612 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-text/gui-textwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe-text') diff --git a/src/fe-text/gui-textwidget.c b/src/fe-text/gui-textwidget.c index 745162aa..ce2b58a5 100644 --- a/src/fe-text/gui-textwidget.c +++ b/src/fe-text/gui-textwidget.c @@ -431,7 +431,7 @@ void gui_textwidget_init(void) command_bind("scrollback goto", NULL, (SIGNAL_FUNC) cmd_scrollback_goto); command_bind("scrollback home", NULL, (SIGNAL_FUNC) cmd_scrollback_home); command_bind("scrollback end", NULL, (SIGNAL_FUNC) cmd_scrollback_end); - command_set_options("lastlog", "new away word regexp"); + command_set_options("lastlog", "!- new away word regexp"); signal_add("away mode changed", (SIGNAL_FUNC) sig_away_changed); } -- cgit v1.2.3