aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
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 @@
120//#define BB_UPDATE 120//#define BB_UPDATE
121#define BB_UPTIME 121#define BB_UPTIME
122//#define BB_USLEEP 122//#define BB_USLEEP
123//#define BB_VI
123//#define BB_WATCHDOG 124//#define BB_WATCHDOG
124#define BB_WC 125#define BB_WC
125//#define BB_WGET 126//#define BB_WGET
@@ -334,6 +335,17 @@
334#define BB_FEATURE_TFTP_PUT 335#define BB_FEATURE_TFTP_PUT
335#define BB_FEATURE_TFTP_GET 336#define BB_FEATURE_TFTP_GET
336// 337//
338// features for vi
339#define BB_FEATURE_VI_COLON // ":" colon commands, no "ex" mode
340#define BB_FEATURE_VI_YANKMARK // Yank/Put commands and Mark cmds
341#define BB_FEATURE_VI_SEARCH // search and replace cmds
342#define BB_FEATURE_VI_USE_SIGNALS // catch signals
343#define BB_FEATURE_VI_DOT_CMD // remember previous cmd and "." cmd
344#define BB_FEATURE_VI_READONLY // vi -R and "view" mode
345#define BB_FEATURE_VI_SETOPTS // set-able options, ai ic showmatch
346#define BB_FEATURE_VI_SET // :set
347#define BB_FEATURE_VI_WIN_RESIZE // handle window resize
348//
337// End of Features List 349// End of Features List
338// 350//
339// 351//