Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git committed Jul 19, 2023
1 parent 6561d6a commit 76cfa71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zip-content/inc/common-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@ choose_inputevent()
if test "${_status:?}" -eq 3; then
# Key down
if test "${_last_key_pressed?}" = ''; then
_last_key_pressed="${_key:?}"
_last_key_pressed="${_key?}"
else
_last_key_pressed='' # Two buttons pressed simultaneously (ignored)
fi
Expand Down

0 comments on commit 76cfa71

Please sign in to comment.