fix anime selection breaking after 9 entries

This commit is contained in:
ksyasuda 2021-11-11 15:10:59 -08:00
parent 65511a2961
commit 69e4ee0c87

View File

@ -251,7 +251,7 @@ get_search_query() {
-config "$CFG_DIR/${ROFI_CFG}") -config "$CFG_DIR/${ROFI_CFG}")
# Strip the list entry number from string # Strip the list entry number from string
query="${query//[1-9]\. /}" query="${query//[1-9]+\. /}"
[ "$VERBOSE" -eq 1 ] && printf "%s\n" "Query: $query" [ "$VERBOSE" -eq 1 ] && printf "%s\n" "Query: $query"
else else
query=$* query=$*