ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/bell-command
(Generate patch)

Comparing rxvt-unicode/src/perl/bell-command (file contents):
Revision 1.1 by sf-exg, Sun Nov 20 10:49:56 2011 UTC vs.
Revision 1.2 by root, Wed Jun 6 15:06:41 2012 UTC

14# 14#
15# You should have received a copy of the GNU General Public License along 15# You should have received a copy of the GNU General Public License along
16# with this program; if not, write to the Free Software Foundation, Inc., 16# with this program; if not, write to the Free Software Foundation, Inc.,
17# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 17# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 18
19#:META:X_RESOURCE:%:string:the shell snippet to execute
20
19sub on_start { 21sub on_start {
20 my ($self) = @_; 22 my ($self) = @_;
21 23
22 $self->{bell_cmd} = $self->x_resource ("bell-command"); 24 $self->{bell_cmd} = $self->x_resource ("bell-command");
23 25

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines