aboutsummaryrefslogtreecommitdiffstats
path: root/screen_utils.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-03-27Include "config.h" before support.hKalle Wallin1-0/+1
2004-03-27Added function screen_getch().Kalle Wallin1-2/+27
2004-03-26Added reversed and wrapped list search (find).Kalle Wallin1-0/+69
2004-03-25Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin1-0/+28
2004-03-24Moved list window fuctions to list_window.c. Kalle Wallin1-159/+0
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