Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | match: case sensitive search with --enable-mini | Max Kellermann | 2008-12-10 | 1 | -0/+16 |
| | | | | | Drop support for the expensive case insensitive search in ncmpc-mini mode. | ||||
* | list_window: moved string matching to match.h | Max Kellermann | 2008-12-10 | 1 | -0/+31 |
Provide the new function match_line() which searches a string for a needle (ignoring case). This wraps the non-standard function strcasestr(). |