From 40828d29c8233af84c6417587929c0715cbd8864 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 25 May 2024 12:36:03 +0200 Subject: [PATCH] remove urxvt --- urxvt/ext/ibeamcursor | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 urxvt/ext/ibeamcursor diff --git a/urxvt/ext/ibeamcursor b/urxvt/ext/ibeamcursor deleted file mode 100644 index 5f0bf81..0000000 --- a/urxvt/ext/ibeamcursor +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/perl -# IBeam cursor in urxvt - -use strict; -use warnings; - -sub on_start { - my ($self) = @_; - my $cmd = "\033[5 q\r"; - $self->cmd_parse($cmd); -} \ No newline at end of file