firecat53 / urlscan

Mutt and terminal url selector (similar to urlview)
GNU General Public License v2.0
214 stars 38 forks source link

Search does not work with `-c` flag #131

Closed sanjayankur31 closed 1 year ago

sanjayankur31 commented 1 year ago

When using the -c flag, using / to search does not work. A new line (footer) with "Search:" does start, but on typing, no letters are reflected there and no search occurs. Removing the -c flag from the command invocation makes search work again.

$ rpm -q urlscan
urlscan-0.9.10-2.fc38.noarch

$ python --version
Python 3.11.3

To reproduce:

firecat53 commented 1 year ago

I can reproduce this, thanks! I haven't found the problem yet, though.

firecat53 commented 1 year ago

Pushed a fix to the develop branch. Let me know if that works for you.

Good find! That was a challenge to track down.

sanjayankur31 commented 1 year ago

Yes, that fixes it. Thanks very much for the quick response :rocket: