summaryrefslogtreecommitdiff
path: root/debian/patches/11_ignore_CSIn.patch
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-05 13:00:25 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-05 13:00:25 +0200
commitf290fdbcfd2aa300d999537cf7230810dc00bb8e (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /debian/patches/11_ignore_CSIn.patch
parent3d575cfc9ea097fb622d4c56600f04ef8de9ed65 (diff)
Drop spurious merge of the debian branch into upstream
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: