amagnasco / xwpe

Upload of an abandoned ncurses-based programming environment
http://www.identicalsoftware.com/xwpe/
GNU General Public License v2.0
29 stars 6 forks source link

Search with regex does not work as intended #68

Closed gbonnema closed 7 years ago

gbonnema commented 7 years ago

The search with regular expression turned on does not work as you would expect. If using typical regex expressions, it more often than not return not found. If it does find something, it highlights the whole line in stead of the word we were searching for, like the search without regex does correctly.

I would say, a minor, but annoying bug.