Cloudef / bemenu

Dynamic menu library and client program inspired by dmenu
GNU General Public License v3.0
1.24k stars 96 forks source link

Fix: In vim mode dw causes deadlock #414 #419

Closed oversoul closed 4 months ago

oversoul commented 4 months ago

issue #414

the filter_length should be updated on each iteration. deleting the character causes the filter value to change, but it compares against the old size.