aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Config.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Config.h b/Config.h
index e355292f6..171385420 100644
--- a/Config.h
+++ b/Config.h
@@ -157,7 +157,7 @@
157#define BB_FEATURE_TRIVIAL_HELP 157#define BB_FEATURE_TRIVIAL_HELP
158// 158//
159// Use termios to manipulate the screen ('more' is prettier with this on) 159// Use termios to manipulate the screen ('more' is prettier with this on)
160#define BB_FEATURE_USE_TERMIOS 160//#define BB_FEATURE_USE_TERMIOS
161// 161//
162// calculate terminal & column widths (for more and ls) 162// calculate terminal & column widths (for more and ls)
163#define BB_FEATURE_AUTOWIDTH 163#define BB_FEATURE_AUTOWIDTH
@@ -355,9 +355,6 @@
355#if defined BB_SH 355#if defined BB_SH
356 #if defined BB_FEATURE_COMMAND_EDITING 356 #if defined BB_FEATURE_COMMAND_EDITING
357 #define BB_CMDEDIT 357 #define BB_CMDEDIT
358 #ifndef BB_FEATURE_USE_TERMIOS
359 #define BB_FEATURE_USE_TERMIOS
360 #endif
361 #else 358 #else
362 #undef BB_FEATURE_COMMAND_EDITING 359 #undef BB_FEATURE_COMMAND_EDITING
363 #undef BB_FEATURE_COMMAND_TAB_COMPLETION 360 #undef BB_FEATURE_COMMAND_TAB_COMPLETION
@@ -365,7 +362,6 @@
365 #define BB_FEATURE_SH_SIMPLE_PROMPT 362 #define BB_FEATURE_SH_SIMPLE_PROMPT
366 #endif 363 #endif
367#else 364#else
368 #undef BB_FEATURE_COMMAND_EDITING
369 #undef BB_FEATURE_SH_APPLETS_ALWAYS_WIN 365 #undef BB_FEATURE_SH_APPLETS_ALWAYS_WIN
370 #undef BB_FEATURE_SH_STANDALONE_SHELL 366 #undef BB_FEATURE_SH_STANDALONE_SHELL
371 #undef BB_FEATURE_SH_SIMPLE_PROMPT 367 #undef BB_FEATURE_SH_SIMPLE_PROMPT