table of contents
other versions
- jessie 1:17.3-dfsg-4+deb8u2
- jessie-backports 1:19.2.1+dfsg-2+deb9u1~bpo8+1
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.5+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0~rc1+dfsg-1
STDLIB(7) | Erlang Application Definition | STDLIB(7) |
NAME¶
STDLIB - The STDLIB ApplicationDESCRIPTION¶
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(5) 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(5), application(3erl), shell(3erl),stdlib 2.2 | Ericsson AB |