From 5fef74e277a1a8631418cc86635c091fcc79d099 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 15:49:46 +0000 Subject: Rename www/ patch-xy patches to reflect the files they modify. --- www/links1/files/patch-kbd.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 www/links1/files/patch-kbd.c (limited to 'www/links1/files/patch-kbd.c') diff --git a/www/links1/files/patch-kbd.c b/www/links1/files/patch-kbd.c new file mode 100644 index 000000000000..6f2f1d8d35d9 --- /dev/null +++ b/www/links1/files/patch-kbd.c @@ -0,0 +1,15 @@ +--- kbd.c.orig 2013-03-12 19:47:22.000000000 +0400 ++++ kbd.c 2013-03-12 19:47:24.000000000 +0400 +@@ -582,10 +582,10 @@ + case 'B': ev.x = KBD_DOWN; break; + case 'C': ev.x = KBD_RIGHT; break; + case 'D': ev.x = KBD_LEFT; break; +- case 'F': ++ case 'F': ev.x = KBD_END; break; + case 'K': + case 'e': ev.x = KBD_END; break; +- case 'H': ++ case 'H': ev.x = KBD_HOME; break; + case 0: ev.x = KBD_HOME; break; + case 'V': + case 'I': ev.x = KBD_PAGE_UP; break; -- cgit v1.2.3