Table of Contents

List of configurable parameters 4/4

Warning: do not change parameters you do not understand. If you are unsure, test the new value before saving the configuration. If any problems occur, reset the parameter to standard value.

QUOTE
Some characters have a special meaning for the shell. If these special characters appear in a filename being inserted into the command line, they must be taken literally, without the special meaning. This is achieved by quoting them with a preceding backslash.

These characters are always quoted:
( ) < > [ ] { } # $ & \ | ? * ; ' " ` ~ space tab
Another two characters are added to the list if your shell is a C-shell (see notes below):
! :
The QUOTE parameter allows you to specify a list of additional characters that need to be quoted.
C_PANEL_SIZE
Size of the name completion panel, i.e. its maximum number of lines.
D_PANEL_SIZE
Size of the directory panel. The value AUTO limits the panel size to the actual screen size.
H_PANEL_SIZE
Size of the command history panel.

Notes: