From: root Date: Tue, 23 Sep 2008 07:03:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=6eda5e57cd743095aadbedb8328e807da5742350;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/urxvt.pm b/src/urxvt.pm index ab9f0b80..93d9db5b 100644 --- a/src/urxvt.pm +++ b/src/urxvt.pm @@ -110,7 +110,7 @@ will be called when the toggle changes, with the new boolean value as first argument. The following will add an entry C that changes -C<$self->{myoption}>: +C<< $self->{myoption} >>: push @{ $self->{term}{option_popup_hook} }, sub { ("my option" => $myoption, sub { $self->{myoption} = $_[0] })