summaryrefslogtreecommitdiff
path: root/debian/patches/11_ignore_CSIn.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/11_ignore_CSIn.patch')
-rw-r--r--debian/patches/11_ignore_CSIn.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/11_ignore_CSIn.patch b/debian/patches/11_ignore_CSIn.patch
deleted file mode 100644
index 4536672..0000000
--- a/debian/patches/11_ignore_CSIn.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/i386/i386at/kd.c b/i386/i386at/kd.c
-index eaeea1b..03c1e06 100644
---- a/i386/i386at/kd.c
-+++ b/i386/i386at/kd.c
-@@ -1754,6 +1754,10 @@ u_char *cp;
- kd_erase(number[0]);
- esc_spt = esc_seq;
- break;
-+ case 'n':
-+ /* Ignore status/cursor report request */
-+ esc_spt = esc_seq;
-+ break;
- case '\0':
- break; /* not enough yet */
- default: