avoid scrolling in menus

This commit is contained in:
openoms
2021-06-25 22:51:35 +01:00
parent 1c9fd09e09
commit 68b2fdad52
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ OPTIONS+=(s "Sparko for CLN on $CHAIN" ${sparko})
CHOICES=$(dialog --title ' Additional Services ' \
--checklist ' use spacebar to activate/de-activate ' \
11 45 4 "${OPTIONS[@]}" 2>&1 >/dev/tty)
12 45 5 "${OPTIONS[@]}" 2>&1 >/dev/tty)
dialogcancel=$?
echo "done dialog"

View File

@@ -27,7 +27,7 @@ OPTIONS+=(s "Sparko for CLN on $CHAIN" ${tsparko})
CHOICES=$(dialog --title ' Additional Services ' \
--checklist ' use spacebar to activate/de-activate ' \
11 45 4 "${OPTIONS[@]}" 2>&1 >/dev/tty)
12 45 5 "${OPTIONS[@]}" 2>&1 >/dev/tty)
dialogcancel=$?
echo "done dialog"