aboutsummaryrefslogtreecommitdiffstats
path: root/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed resize handling (SIGWINCH).Kalle Wallin2004-04-211-9/+0
* Added screen_idle() function.Kalle Wallin2004-04-211-0/+2
* Added copyright notice and license noticeKalle Wallin2004-04-191-0/+18
* Check key bindings and quit if they are insane.Kalle Wallin2004-04-141-1/+8
* Poll mpd twice/second, print a newline when exiting.Kalle Wallin2004-04-131-1/+2
* Added password support.Kalle Wallin2004-03-291-14/+27
* Started to use glibs neat timer functionality in the main loop.Kalle Wallin2004-03-281-13/+19
* We now allocate and free memory with glibKalle Wallin2004-03-281-0/+1
* Moved random,repeat notification from main.cKalle Wallin2004-03-271-19/+3
* Moved random,repeat notification to main.cKalle Wallin2004-03-271-0/+19
* Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin2004-03-251-2/+9
* Moved list window fuctions to list_window.c. Kalle Wallin2004-03-241-1/+1
* Dont run mpc_update() directly after a volume change command.Kalle Wallin2004-03-231-1/+4
* Use screen_status_printf() instead of screen_status_message().Kalle Wallin2004-03-231-18/+8
* Only try to set the xterm title of DISPLAY is set.Kalle Wallin2004-03-221-1/+2
* Reconnect to the server when the connection is lost. Kalle Wallin2004-03-201-20/+46
* Initialize charset before starting curses.Kalle Wallin2004-03-191-0/+5
* Imported ncmpc (mpc-ncures).Kalle Wallin2004-03-191-0/+122