diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-11-22 06:01:01 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-11-22 06:01:01 +0000 |
commit | 5d44d1fda593248c154ec68b38ce946a69f9b0fc (patch) | |
tree | 3c9c2fe966a64b69a46897de94771fc3dde50b01 /busybox.def.h | |
parent | 0f4c0848c7057dd696d82f9a0ca5cc8749a4131a (diff) | |
download | busybox-w32-5d44d1fda593248c154ec68b38ce946a69f9b0fc.tar.gz busybox-w32-5d44d1fda593248c154ec68b38ce946a69f9b0fc.tar.bz2 busybox-w32-5d44d1fda593248c154ec68b38ce946a69f9b0fc.zip |
Stuf
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index a48deeca9..77ab4b567 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -74,7 +74,7 @@ | |||
74 | // | 74 | // |
75 | //Enable init being called as /linuxrc | 75 | //Enable init being called as /linuxrc |
76 | #define BB_FEATURE_LINUXRC | 76 | #define BB_FEATURE_LINUXRC |
77 | // Use termios to manipulate the screen (more is much pretties with this on) | 77 | // Use termios to manipulate the screen ('more' is prettier with this on) |
78 | #define BB_FEATURE_USE_TERMIOS | 78 | #define BB_FEATURE_USE_TERMIOS |
79 | // calculate terminal & column widths | 79 | // calculate terminal & column widths |
80 | #define BB_FEATURE_AUTOWIDTH | 80 | #define BB_FEATURE_AUTOWIDTH |