chiark / gitweb /
TODOs for choose-search.c
authorRichard Kettlewell <rjk@greenend.org.uk>
Thu, 12 Jun 2008 19:34:29 +0000 (20:34 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Thu, 12 Jun 2008 19:34:29 +0000 (20:34 +0100)
disobedience/choose-search.c
disobedience/choose.c

index c82ab59b67b7e7a5ee8c39175eb8f31cac385929..0ccb70dd49ee4c66204ac819d4187ee33015f723 100644 (file)
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA
  */
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA
  */
+/** @file disobedience/search.c
+ * @brief Search support
+ *
+ * TODO:
+ * - cleverer focus to implement typeahead find
+ * - don't steal ^A
+ * - make arrow buttons work
+ * - delay search initiation until keyboard goes quiet for a bit
+ *   (so that you don't get all the 'lo' tracks when you search for 'love')
+ */
 #include "disobedience.h"
 #include "choose.h"
 
 #include "disobedience.h"
 #include "choose.h"
 
index 7c962935da84ba18c984e5a6e1b3cc38ddbf7268..c24bdb01cc85292e840b9a0aeb995e6d81a7bbca 100644 (file)
@@ -35,7 +35,6 @@
  * TODO:
  * - sweep up contracted nodes
  * - update when content may have changed (e.g. after a rescan)
  * TODO:
  * - sweep up contracted nodes
  * - update when content may have changed (e.g. after a rescan)
- * - searching!
  * - proper sorting
  */
 
  * - proper sorting
  */