aboutsummaryrefslogtreecommitdiffstats
path: root/screen_file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Force curses repaint the status window when adding directories (doupdate).Kalle Wallin2004-04-141-0/+1
* We now allocate and free memory with glibKalle Wallin2004-03-281-16/+16
* Distinguish directories, music and playlists with <d>,<m> and <p>.Kalle Wallin2004-03-281-4/+25
* Added update command.Kalle Wallin2004-03-271-1/+5
* Added delete playlist feature.Kalle Wallin2004-03-271-4/+56
* Replaced wrefresh() with wnoutrefresh().Kalle Wallin2004-03-261-2/+2
* Added reversed and wrapped list search (find).Kalle Wallin2004-03-261-23/+11
* Added support for loading playlistsKalle Wallin2004-03-251-19/+49
* Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin2004-03-251-2/+10
* Moved list window fuctions to list_window.c. Kalle Wallin2004-03-241-32/+6
* Display directories in a new style, [dir]Kalle Wallin2004-03-241-2/+2
* Use screen_status_printf() instead of screen_status_message().Kalle Wallin2004-03-231-14/+11
* Added find (in page) functionality.Kalle Wallin2004-03-221-0/+23
* Convert the directory name in file_get_header() from utf-8.Kalle Wallin2004-03-221-1/+4
* Reinserted lost basename() call.Kalle Wallin2004-03-201-1/+1
* Added iconv supportKalle Wallin2004-03-191-2/+6
* Imported ncmpc (mpc-ncures).Kalle Wallin2004-03-191-0/+333