ncmpc
0.29
|
#include <list_window.h>
Data Fields | |
unsigned | start |
unsigned | end |
The bounds of a range selection, see list_window_get_range().
unsigned list_window_range::start |
The index of the first selected item.
unsigned list_window_range::end |
The index after the last selected item. The selection is empty when this is the same as "start".