1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:57:35 +00:00

Base: Document the Shell's new termios allow-list

Also add `stty` to that list by default.
This commit is contained in:
Ali Mohammad Pur 2021-05-24 16:57:27 +04:30 committed by Ali Mohammad Pur
parent b2ef18d538
commit 27572c9d34
2 changed files with 11 additions and 0 deletions

View file

@ -40,3 +40,5 @@ if [ "$(id -u)" = "0" ] {
export PROMPT="\\X\\u@\\h:\\w\\a\\e[$prompt_color;1m\\h\\e[0m:\\e[34;1m\\w\\e[0m \\p "
export HISTORY_AUTOSAVE_TIME_MS=10000
PROGRAMS_ALLOWED_TO_MODIFY_DEFAULT_TERMIOS=(stty)