Themaister
|
f719c70dfd
|
Fix search bug.
If mid-string match was found, the last match would be returned.
|
2013-12-12 20:12:28 +01:00 |
|
Themaister
|
f014f3dafd
|
Prioritize matches with first chars.
|
2013-12-10 20:17:53 +01:00 |
|
Themaister
|
6fa3cb2f85
|
Use strcasestr.
Since it's a GNU extension, move to strcasestr.h.
|
2013-12-10 20:10:19 +01:00 |
|
Themaister
|
84c93ef94a
|
Add experimental RGUI keyboard search feature.
Type '/' to start search, then type search string (case sensitive for
now due to strcasestr being GNU ext). When done, type return.
|
2013-12-09 16:18:58 +01:00 |
|
twinaphex
|
3fa7f05cae
|
Move file_list.c/file_list.h to root dir
|
2013-11-08 04:53:12 +01:00 |
|