Yuvraj Saxena
6 years ago
3 changed files with 16 additions and 38 deletions
@ -0,0 +1,11 @@ |
|||
--- readline-8.0/rlconf.h 2017-02-21 20:55:30.000000000 +0530
|
|||
+++ readline-8.0-mod/rlconf.h 2019-02-20 20:45:45.583654990 +0530
|
|||
@@ -43,7 +43,7 @@
|
|||
#define DEFAULT_INPUTRC "~/.inputrc" |
|||
|
|||
/* The ultimate last-ditch filename for an init file -- system-wide. */ |
|||
-#define SYS_INPUTRC "/etc/inputrc"
|
|||
+#define SYS_INPUTRC "@TERMUX_PREFIX@/etc/inputrc"
|
|||
|
|||
/* If defined, expand tabs to spaces. */ |
|||
#define DISPLAY_TABS |
@ -1,11 +0,0 @@ |
|||
--- ../readline-6.2/rlconf.h 2009-01-04 20:32:33.000000000 +0100
|
|||
+++ ./rlconf.h 2014-02-04 18:30:16.000000000 +0100
|
|||
@@ -39,7 +39,7 @@
|
|||
#define DEFAULT_INPUTRC "~/.inputrc" |
|||
|
|||
/* The ultimate last-ditch filenname for an init file -- system-wide. */ |
|||
-#define SYS_INPUTRC "/etc/inputrc"
|
|||
+#define SYS_INPUTRC "@TERMUX_PREFIX@/etc/inputrc"
|
|||
|
|||
/* If defined, expand tabs to spaces. */ |
|||
#define DISPLAY_TABS |
Loading…
Reference in new issue