diff options
author | Kalle Wallin <kaw@linux.se> | 2005-01-03 17:06:29 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2005-01-03 17:06:29 +0000 |
commit | 604f0cd6b92a9645443fa31d09f5bf1a1c326aaf (patch) | |
tree | 602312b93d6afbc67f0a19ab132f8a70b389315b /TODO | |
parent | f13b6fcc05df549a49469caf972760c68c7203b6 (diff) | |
download | mpd-604f0cd6b92a9645443fa31d09f5bf1a1c326aaf.tar.gz mpd-604f0cd6b92a9645443fa31d09f5bf1a1c326aaf.tar.xz mpd-604f0cd6b92a9645443fa31d09f5bf1a1c326aaf.zip |
TODO updated
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@2868 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 19 |
1 files changed, 8 insertions, 11 deletions
@@ -1,18 +1,15 @@ -Features: -* remote playlists -* search screen -* id3 browser + * Make status line scrolling optional -Glib -* replace snprintf with g_snprintf or g_strdup_printf -* replace strcat with g_strlcat or g_strconcat() -* replace strncpy with g_strlcpy -* replace strstr with g_strrstr -* replace vsnprintf with g_vsprintf or g_strdup_vprintf(format,ap); -* ... + * Scroll long list entries, move left/right (#242) + * Search screen (with a simple ui) + * Merge the help and key definition screens + * Redesign the keyboard input code + + allow keys to be assign to multiple commands + + support macros, could be used to create a parent-dir cmd (#328) + * LIRC support (without irpty) ? |