diff options
Diffstat (limited to 'test/irssi')
| -rw-r--r-- | test/irssi/config | 7 | ||||
| -rw-r--r-- | test/irssi/default.theme | 2 | 
2 files changed, 1 insertions, 8 deletions
| diff --git a/test/irssi/config b/test/irssi/config index 6b46771..1e0d97c 100644 --- a/test/irssi/config +++ b/test/irssi/config @@ -278,13 +278,6 @@ keyboard = (      data = "se print defined(Irssi::gui_input_set(\"hello\"))?1:0";    },    { key = "meta-x"; id = "command"; data = "history_search "; }, -  { -    key = "M-g"; -    id = "command"; -    data = "se print defined(Irssi::gui_input_set(\"hello\"))?1:0"; -  },    { key = "^Z"; id = "command"; data = "echo moo"; }, -  { key = "^O"; id = "command"; data = "echo moo"; }, -  { key = "^o"; id = "command"; data = "echo moo"; },    { key = "^R"; id = "command"; data = "history_search_start "; }  ); diff --git a/test/irssi/default.theme b/test/irssi/default.theme index 357a98e..a5471c8 100644 --- a/test/irssi/default.theme +++ b/test/irssi/default.theme @@ -250,7 +250,7 @@ abstracts = {    # default background for all statusbars. You can also give    # the default foreground color for statusbar items. -  sb_background = "%5%w"; +  sb_background = "%0%w";    # default backround for "default" statusbar group    #sb_default_bg = "%4"; | 
