summaryrefslogtreecommitdiff
path: root/src/fe-text
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-08-16 00:48:29 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-08-16 00:48:29 +0000
commit2e3a056110d37afab8324bb5f272601c4b986054 (patch)
tree6cf03a79dc041222ac737df4d4ee8be02323f4f5 /src/fe-text
parent2de5b40ac542f80215a11418c81b75453479e89e (diff)
downloadirssi-2e3a056110d37afab8324bb5f272601c4b986054.zip
/LAST - didn't work right.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@612 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text')
-rw-r--r--src/fe-text/gui-textwidget.c2
1 files changed, 1 insertions, 1 deletions
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);
}