Skip to content

Commit

Permalink
backspace 08
Browse files Browse the repository at this point in the history
  • Loading branch information
joknarf committed Jan 15, 2024
1 parent d7cbde3 commit 0717308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selector
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function _domenu
nbitems=${#_aitems[@]}
tput ed
filter="";_select "$prompt" "$_nsel" "$nbitems" "$filter";;
$'\x7f') #backspace
$'\x7f'|'\x08') #backspace
filter=${filter%?}
_items="$_items_ori"
_nsel=""
Expand Down

0 comments on commit 0717308

Please sign in to comment.