]> git.pld-linux.org Git - packages/alpine.git/commitdiff
- drop obsolete files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 17:14:13 +0000 (17:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alpine-fixhome.patch -> 1.2

alpine-fixhome.patch [deleted file]

diff --git a/alpine-fixhome.patch b/alpine-fixhome.patch
deleted file mode 100644 (file)
index aa5d8b0..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
---- alpine-0.9999/pico/osdep/terminal.c~       2007-11-02 16:19:06.000000000 +0100
-+++ alpine-0.9999/pico/osdep/terminal.c        2007-11-05 14:46:34.000000000 +0100
-@@ -179,8 +179,8 @@
-      */
-     kpinsert("\033[4J", KEY_PGUP, 1);
-     kpinsert("\033[3J", KEY_PGDN, 1);
--    kpinsert("\033[2J", KEY_HOME, 1);
--    kpinsert("\033[N",  KEY_END, 1);
-+    kpinsert("\033[1~", KEY_HOME, 1);
-+    kpinsert("\033[4~",  KEY_END, 1);
-     /*
-      * vt220?
-@@ -924,8 +924,8 @@
-      */
-     kpinsert("\033[4J", KEY_PGUP, 1);
-     kpinsert("\033[3J", KEY_PGDN, 1);
--    kpinsert("\033[2J", KEY_HOME, 1);
--    kpinsert("\033[N",  KEY_END, 1);
-+    kpinsert("\033[1~", KEY_HOME, 1);
-+    kpinsert("\033[4~", KEY_END, 1);
-     /*
-      * vt220?
This page took 0.555005 seconds and 4 git commands to generate.