Skip to content
Snippets Groups Projects
Commit 011ab5da authored by Kayz's avatar Kayz Committed by Rob Swindell
Browse files

Add missing options (clear_screen, multicolumn_separator, and...

Add missing options (clear_screen, multicolumn_separator, and singlecolumn_margin) for xtrn_sec in modopts.ini
parent aadcfdf2
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -70,6 +70,8 @@ ...@@ -70,6 +70,8 @@
sort = false sort = false
; Clear the (remote) terminal screen before executing a program ; Clear the (remote) terminal screen before executing a program
clear_screen_on_exec = false clear_screen_on_exec = false
; Clear the (remote) terminal screen before displaying the menu
clear_screen = true
; Auto-execute the only available program when entering a program section ; Auto-execute the only available program when entering a program section
autoexec = false autoexec = false
; Execute (evaluate) a JavaScript expression before/after executing any external programs (doors) ; Execute (evaluate) a JavaScript expression before/after executing any external programs (doors)
...@@ -83,6 +85,8 @@ ...@@ -83,6 +85,8 @@
; uncomment and modify any of the below to change the look of the external programs menu ; uncomment and modify any of the below to change the look of the external programs menu
; to remove titles or underline, set to the text ' ' ; to remove titles or underline, set to the text ' '
; multicolumn_separator: " "
; singlecolumn_margin=7
; header_fmt: \1n\1c\1h%s \1n\1cExternal Programs:\r\n\r\n ; header_fmt: \1n\1c\1h%s \1n\1cExternal Programs:\r\n\r\n
; titles: \1n\1cNum \1h\xb3\1n\1c Name \1n\1c ; titles: \1n\1cNum \1h\xb3\1n\1c Name \1n\1c
; multicolumn_fmt: \1h\1c%3u \xb3 \1n\1c%-32.32s \1h ; multicolumn_fmt: \1h\1c%3u \xb3 \1n\1c%-32.32s \1h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment