summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-07 09:06:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-07 09:06:00 -0600
commite5e9211805e01214224d39ac6e6346a38648af61 (patch)
treeb093df86826a9d7ccf5f1590e87ee7bb39119403 /apps/interpreters/bas/Kconfig
parentdb67dd9481c27cd71deb658c55f4a6d980cd7b77 (diff)
downloadnuttx-e5e9211805e01214224d39ac6e6346a38648af61.tar.gz
nuttx-e5e9211805e01214224d39ac6e6346a38648af61.tar.bz2
nuttx-e5e9211805e01214224d39ac6e6346a38648af61.zip
Fix backspace logic which was accidentally removed; Add some VT100 support
Diffstat (limited to 'apps/interpreters/bas/Kconfig')
-rw-r--r--apps/interpreters/bas/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/interpreters/bas/Kconfig b/apps/interpreters/bas/Kconfig
index f1b8090f0..567ab289f 100644
--- a/apps/interpreters/bas/Kconfig
+++ b/apps/interpreters/bas/Kconfig
@@ -51,6 +51,10 @@ config INTERPRETER_BAS_STACKSIZE
---help---
Size of the stack allocated for the Basic interpreter main task
+config INTERPREPTER_BAS_VT100
+ bool "VT100 terminal support"
+ default y
+
config INTERPRETER_BAS_USE_LR0
bool "LR0 parser"
default n