Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git committed Feb 27, 2025
1 parent a4e8a53 commit f3af264
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions zip-content/inc/common-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3026,6 +3026,14 @@ write_separator_line()
_live_setup_key_test()
{
ui_msg_empty_line
if test "${INPUT_FROM_TERMINAL:?}" = 'true'; then
ui_msg 'Using: read'
elif "${KEYCHECK_ENABLED:?}"; then
ui_msg 'Using: keycheck'
else
ui_msg 'Using: input event'
fi
ui_msg_empty_line

while :; do
choose 'Press any key' '' ''
Expand Down

0 comments on commit f3af264

Please sign in to comment.