From 6eda5e57cd743095aadbedb8328e807da5742350 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 23 Sep 2008 07:03:13 +0000 Subject: [PATCH] *** empty log message *** --- src/urxvt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] }) -- 2.34.1