Mercurial > flash_v2
diff packages/redboot/current/cdl/redboot.cdl @ 1032:f5fa0e095f5e
Add RedBoot command history
| author | msalter |
|---|---|
| date | Tue, 20 May 2003 18:43:51 +0000 |
| parents | 609c8b1447ee |
| children | 549ccefb35ed |
line wrap: on
line diff
--- a/packages/redboot/current/cdl/redboot.cdl +++ b/packages/redboot/current/cdl/redboot.cdl @@ -128,6 +128,17 @@ cdl_package CYGPKG_REDBOOT { enable rudimentary editting of the lines themselves." } + cdl_option CYGBLD_REDBOOT_CMD_LINE_HISTORY { + display "Enable history command and expansion" + requires { CYGNUM_REDBOOT_CMD_LINE_EDITING > 0 } + flavor bool + default_value 1 + description " + Enabling this option will allow RedBoot to provide a history command + to list previous commands. Also enables history expansion via '!' + character similar to bash shell." + } + cdl_option CYGBLD_BUILD_REDBOOT_WITH_ZLIB { display "Include support gzip/zlib decompression" active_if CYGPKG_COMPRESS_ZLIB
