aboutsummaryrefslogtreecommitdiffstats
path: root/screen.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-03-28We now allocate and free memory with glibKalle Wallin1-5/+5
2004-03-28Moved cursor to main window (0,0) when idleKalle Wallin1-1/+3
2004-03-28Clear top window when the header changes.Kalle Wallin1-0/+7
2004-03-27Moved random,repeat notification from main.cKalle Wallin1-0/+18
2004-03-27Moved random,repeat notification to main.cKalle Wallin1-4/+0
2004-03-27Define the read timeout in screen.hKalle Wallin1-2/+1
2004-03-27Only use colors if the terminal supports colors.Kalle Wallin1-13/+19
2004-03-26Replaced wrefresh() with wnoutrefresh().Kalle Wallin1-5/+7
2004-03-26Added support for CMD_TOGGLE_FIND_WRAP.Kalle Wallin1-15/+8
2004-03-25Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin1-16/+46
2004-03-23Use screen_status_printf() instead of screen_status_message().Kalle Wallin1-27/+30
2004-03-22Reverted to relative volume changes.Kalle Wallin1-2/+4
2004-03-22Added a find buffer and a function for formated status messages.Kalle Wallin1-0/+18
2004-03-22We now uses mpd_sendSetvolCommand(), not the old mpd_sendVolumeCommand().Kalle Wallin1-2/+2