The shiftInCharacter parameter may be used to query or set the character used to display emulated SI (Shift in) control characters.
query command
set command
current parameter
default parameter
install parameter
shiftInCharacter is scoped to the current view.
current.shiftInCharacter is scoped to the current view.
default.shiftInCharacter is globally scoped.
install.shiftInCharacter is globally scoped.
query shiftInCharacter set shiftInCharacter { default | [ char ] } query current.shiftInCharacter query default.shiftInCharacter set default.shiftInCharacter { install | [ char ] } query install.shiftInCharacter
default | If you specify the default parameter for the set shiftInCharacter command, the current view will use the value of default.shiftInCharacter to display emulated SI control characters. |
char | If you specify the char parameter for the set shiftInCharacter command, the character indicated by char will be used for the current view. If you specify the char parameter for the set default.shiftInCharacter command, the character indicated by char will be used for all views that have the shiftInCharacter parameter set to default. |
install | If you specify the install parameter for the set default.shiftInCharacter command, all the views that have shiftInCharacter set to default will use the value of install.shiftInCharacter to display emulated SI control characters. |
The query current.shiftInCharacter command will return the character that will be used to display emulated SI control characters in the current view.
query shiftInCharacter set shiftInCharacter < query current.shiftInCharacter query default.shiftInCharacter set default.shiftInCharacter # query install.shiftInCharacter
query command
set command
current parameter
default parameter
install parameter
shiftOutCharacter parameter
showSosi parameter
sourceEncoding parameter