diff options
| author | Tom Feist <shabble@cowu.be> | 2010-08-04 17:52:35 +0000 | 
|---|---|---|
| committer | Tom Feist <shabble@cowu.be> | 2010-08-04 17:52:35 +0000 | 
| commit | 011c65a31356c33a8f3b406f6cf57da41e21756e (patch) | |
| tree | 355fac9ab64a118eada3372c9a33a74950140936 /test | |
| parent | initial add of mirc_colour_popup.pl (diff) | |
| download | irssi-scripts-011c65a31356c33a8f3b406f6cf57da41e21756e.tar.gz irssi-scripts-011c65a31356c33a8f3b406f6cf57da41e21756e.zip | |
some stuff with colour popups
Diffstat (limited to 'test')
| -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"; | 
