Some configuration adjustments from Vladimir
authorEric Andersen <andersen@codepoet.org>
Mon, 19 Mar 2001 17:25:21 +0000 (17:25 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 19 Mar 2001 17:25:21 +0000 (17:25 -0000)
Config.h

index e355292f66783986ec935641f9c80ce183e35194..1713854205e7c6369a33ae4b59a7760729a762f3 100644 (file)
--- a/Config.h
+++ b/Config.h
 #define BB_FEATURE_TRIVIAL_HELP
 //
 // Use termios to manipulate the screen ('more' is prettier with this on)
-#define BB_FEATURE_USE_TERMIOS
+//#define BB_FEATURE_USE_TERMIOS
 //
 // calculate terminal & column widths (for more and ls)
 #define BB_FEATURE_AUTOWIDTH
 #if defined BB_SH
        #if defined BB_FEATURE_COMMAND_EDITING 
                #define BB_CMDEDIT
-               #ifndef BB_FEATURE_USE_TERMIOS
-                       #define BB_FEATURE_USE_TERMIOS
-               #endif
        #else
                #undef BB_FEATURE_COMMAND_EDITING
                #undef BB_FEATURE_COMMAND_TAB_COMPLETION
                #define BB_FEATURE_SH_SIMPLE_PROMPT
        #endif
 #else
-       #undef BB_FEATURE_COMMAND_EDITING
        #undef BB_FEATURE_SH_APPLETS_ALWAYS_WIN
        #undef BB_FEATURE_SH_STANDALONE_SHELL
        #undef BB_FEATURE_SH_SIMPLE_PROMPT