aboutsummaryrefslogtreecommitdiffstats
path: root/list_window.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-03-28We now allocate and free memory with glibKalle Wallin1-2/+2
2004-03-27Include "config.h" before "support.h"Kalle Wallin1-0/+1
2004-03-27Added function list_window_check_selected().Kalle Wallin1-0/+10
2004-03-26Fixed bug 0000212Kalle Wallin1-4/+12
2004-03-26Added reversed and wrapped list search (find).Kalle Wallin1-6/+46
2004-03-24Moved list window fuctions to list_window.c. Kalle Wallin1-71/+83
2004-03-23Use screen_status_printf() instead of screen_status_message().Kalle Wallin1-10/+1
2004-03-22Modified list_window_find() - case independet search (strcasecmp).Kalle Wallin1-5/+5
2004-03-22Added find (in page) functionality.Kalle Wallin1-0/+51