local -a tags
# boolean state vars
- local expected_input remove got_track first_play=true erasable_line=false
+ local remove got_track first_play=true erasable_line=false
# iterator vars
local ls_line tag
continue
;;
"$escape_char")
- expected_input=true
read -rsn2 escaped_input
case $escaped_input in
# it was buggy to differentiate between up and down, '[A' and '[B'
mpvrpc '{ "command": ["seek", "'$seek_sec'"] }'
continue
;;
- *)
- expected_input=false
- ;;
esac
;;
esac