aboutsummaryrefslogtreecommitdiffstats
path: root/src/match.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* match: case sensitive search with --enable-miniMax Kellermann2008-12-101-0/+16
| | | | | Drop support for the expensive case insensitive search in ncmpc-mini mode.
* list_window: moved string matching to match.hMax Kellermann2008-12-101-0/+31
Provide the new function match_line() which searches a string for a needle (ignoring case). This wraps the non-standard function strcasestr().