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