diff options
Diffstat (limited to 'www/elinks-devel/files')
-rw-r--r-- | www/elinks-devel/files/patch-ab | 14 | ||||
-rw-r--r-- | www/elinks-devel/files/patch-default.c | 11 |
2 files changed, 0 insertions, 25 deletions
diff --git a/www/elinks-devel/files/patch-ab b/www/elinks-devel/files/patch-ab deleted file mode 100644 index c977c5f01f78..000000000000 --- a/www/elinks-devel/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- kbd.c.orig Thu Jan 11 13:26:36 2001 -+++ kbd.c Thu Jan 11 13:28:37 2001 -@@ -479,9 +479,9 @@ - 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 'e': ev.x = KBD_END; break; -- case 'H': -+ case 'H': ev.x = KBD_HOME; break; - case 0: ev.x = KBD_HOME; break; - case 'I': ev.x = KBD_PAGE_UP; break; - case 'G': ev.x = KBD_PAGE_DOWN; break; diff --git a/www/elinks-devel/files/patch-default.c b/www/elinks-devel/files/patch-default.c deleted file mode 100644 index f525fdc05692..000000000000 --- a/www/elinks-devel/files/patch-default.c +++ /dev/null @@ -1,11 +0,0 @@ ---- default.c.orig Sun Dec 31 14:26:52 2000 -+++ default.c Tue Mar 20 09:32:18 2001 -@@ -265,7 +265,7 @@ - get_system_name(); - links_home = get_home(&first_use); - if (!links_home) { -- fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n\007"); -+ fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n"); - sleep(3); - return; - } |