aboutsummaryrefslogtreecommitdiffstats
path: root/src/match.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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().