aboutsummaryrefslogtreecommitdiffstats
path: root/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-429/+0
2004-05-07Added support for moving songs in a playlist (move-up,move-down).Kalle Wallin1-3/+16
2004-04-23Added prototype for screen_resize().Kalle Wallin1-0/+2
2004-04-21Fixed resize handling (SIGWINCH).Kalle Wallin1-0/+3
2004-04-21Added seek, crossfade commands.Kalle Wallin1-1/+7
2004-04-19Added copyright notice and license noticeKalle Wallin1-18/+50
2004-04-14Added command names (used with key bindings).Kalle Wallin1-74/+219
2004-04-06Removed all binding to ESC (stop).Kalle Wallin1-5/+1
2004-04-06Added alternate key bindings for Up,Down to enable irpty control.Kalle Wallin1-3/+3
2004-04-05Added support for (auto) center/focus playlists.Kalle Wallin1-1/+2
2004-03-31Updated key bindings, make shore we can stop with a standard key 's'.Kalle Wallin1-9/+9
2004-03-27Added update command.Kalle Wallin1-0/+2
2004-03-27Added delete playlist feature.Kalle Wallin1-1/+0
2004-03-26Added reversed and wrapped list search (find).Kalle Wallin1-6/+12
2004-03-22Added commands FIND and FIND_NEXT.Kalle Wallin1-2/+4