20052013 Ericsson AB. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. STDLIB
STDLIB The STDLIB Application

The STDLIB is mandatory in the sense that the minimal system based on Erlang/OTP consists of Kernel and STDLIB. The STDLIB application contains no services.

Configuration

The following configuration parameters are defined for the STDLIB application. See app(4) for more information about configuration parameters.

shell_esc = icl | abort

This parameter can be used to alter the behaviour of the Erlang shell when ^G is pressed.

restricted_shell = module()

This parameter can be used to run the Erlang shell in restricted mode.

shell_catch_exception = boolean()

This parameter can be used to set the exception handling of the Erlang shell's evaluator process.

shell_history_length = integer() >= 0

This parameter can be used to determine how many commands are saved by the Erlang shell.

shell_prompt_func = {Mod, Func} | default

where

Mod = atom() Func = atom()

This parameter can be used to set a customized Erlang shell prompt function.

shell_saved_results = integer() >= 0

This parameter can be used to determine how many results are saved by the Erlang shell.

shell_strings = boolean()

This parameter can be used to determine how the Erlang shell outputs lists of integers.

See Also

app(4), application(3), shell(3),