aboutsummaryrefslogtreecommitdiff
path: root/src/pm.c
AgeCommit message (Collapse)Author
2007-08-15Searching in pm_view now uses strstr; src/pm.cmitchell
Instead of the normal tree view search function which matches the start of a string, a new search function is used which uses strstr, matching anywhere in a string.
2007-08-06Initial import of core C files.mitchell