aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-04 17:31:15 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-04 17:31:15 +0000
commit3f98040554313a50ba68c60f43cd8c4a987a0d24 (patch)
tree53e5d4b531138eb0853b6233160b2cd4d768de1d /Config.h
parent91c9388715182a71173f2da71d74173221460412 (diff)
downloadbusybox-3f98040554313a50ba68c60f43cd8c4a987a0d24.tar.gz
I said no new features till after the 0.51 release. Well, I lied. This is a
vi editor for busybox, contributed by Sterling Huxley <sterling@europa.com>. It adds 22k to the busybox binary when enabled. Quite impressive!
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index bd6366558..44fcbed29 100644
--- a/Config.h
+++ b/Config.h
@@ -120,6 +120,7 @@
//#define BB_UPDATE
#define BB_UPTIME
//#define BB_USLEEP
+//#define BB_VI
//#define BB_WATCHDOG
#define BB_WC
//#define BB_WGET
@@ -334,6 +335,17 @@
#define BB_FEATURE_TFTP_PUT
#define BB_FEATURE_TFTP_GET
//
+// features for vi
+#define BB_FEATURE_VI_COLON // ":" colon commands, no "ex" mode
+#define BB_FEATURE_VI_YANKMARK // Yank/Put commands and Mark cmds
+#define BB_FEATURE_VI_SEARCH // search and replace cmds
+#define BB_FEATURE_VI_USE_SIGNALS // catch signals
+#define BB_FEATURE_VI_DOT_CMD // remember previous cmd and "." cmd
+#define BB_FEATURE_VI_READONLY // vi -R and "view" mode
+#define BB_FEATURE_VI_SETOPTS // set-able options, ai ic showmatch
+#define BB_FEATURE_VI_SET // :set
+#define BB_FEATURE_VI_WIN_RESIZE // handle window resize
+//
// End of Features List
//
//