non-line scrolling mode in getline

This commit is contained in:
Olof hagsand 2017-09-24 16:58:27 +02:00
parent 41f30efce9
commit 229ddcf5cc
5 changed files with 15 additions and 0 deletions

View file

@ -32,3 +32,7 @@ CLICON_USE_STARTUP_CONFIG 0
# XMLDB datastore plugin filename (see datastore/ and clixon_xml_db.[ch])
CLICON_XMLDB_PLUGIN /usr/local/lib/xmldb/text.so
#CLICON_XMLDB_PLUGIN /usr/local/lib/xmldb/keyvalue.so
# Set to 0 if you want CLI to wrap to next line.
# Set to 1 if you want CLI to scroll sideways when approaching right margin
CLICON_CLI_LINESCROLLING 0