Start working on a generic list framework.
commite29d6de0f8f4c40806e9b3300ed3609aaefc104b
authorSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Sun, 21 Feb 2010 06:14:06 +0000 (21 01:14 -0500)
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Sun, 21 Feb 2010 06:14:06 +0000 (21 01:14 -0500)
tree749e8fd1e0ff57d00cfd81a5f0bf06d2c137f61e
parentbd6946ebc341b0059b3f5cda51787329fa51b536
Start working on a generic list framework.

The list of displays uses this framework. Eventually, the list of
windows, bindkeys etc. will also use this framework.

In the list of displays, you can press 'd' to detach the selected
display (and 'D' to power-detach).

Eventually, the plan is to add typeahead search in the list too.
src/Makefile.in
src/help.c
src/list_display.c
src/list_generic.c [new file with mode: 0644]
src/list_generic.h [new file with mode: 0644]