diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/busybox.def.h b/busybox.def.h index 3012b0cd5..c10c1a318 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -75,6 +75,7 @@ | |||
75 | #define BB_RMDIR | 75 | #define BB_RMDIR |
76 | #define BB_RMMOD | 76 | #define BB_RMMOD |
77 | #define BB_SED | 77 | #define BB_SED |
78 | #define BB_SETKEYCODES | ||
78 | #define BB_SFDISK | 79 | #define BB_SFDISK |
79 | #define BB_SH | 80 | #define BB_SH |
80 | #define BB_SLEEP | 81 | #define BB_SLEEP |
@@ -136,7 +137,7 @@ | |||
136 | //#define BB_FEATURE_TRIVIAL_HELP | 137 | //#define BB_FEATURE_TRIVIAL_HELP |
137 | // | 138 | // |
138 | // Use termios to manipulate the screen ('more' is prettier with this on) | 139 | // Use termios to manipulate the screen ('more' is prettier with this on) |
139 | #define BB_FEATURE_USE_TERMIOS | 140 | //#define BB_FEATURE_USE_TERMIOS |
140 | // | 141 | // |
141 | // calculate terminal & column widths (for more and ls) | 142 | // calculate terminal & column widths (for more and ls) |
142 | #define BB_FEATURE_AUTOWIDTH | 143 | #define BB_FEATURE_AUTOWIDTH |
@@ -193,7 +194,7 @@ | |||
193 | #define BB_FEATURE_SORT_REVERSE | 194 | #define BB_FEATURE_SORT_REVERSE |
194 | // | 195 | // |
195 | // Enable command line editing in the shell | 196 | // Enable command line editing in the shell |
196 | #define BB_FEATURE_SH_COMMAND_EDITING | 197 | //#define BB_FEATURE_SH_COMMAND_EDITING |
197 | // | 198 | // |
198 | // Enable tab completion in the shell (not yet | 199 | // Enable tab completion in the shell (not yet |
199 | // working very well -- so don't turn this on) | 200 | // working very well -- so don't turn this on) |