ncmpc  0.29
Data Fields
list_window_range Struct Reference

#include <list_window.h>

Data Fields

unsigned start
 
unsigned end
 

Detailed Description

The bounds of a range selection, see list_window_get_range().

Field Documentation

◆ start

unsigned list_window_range::start

The index of the first selected item.

◆ end

unsigned list_window_range::end

The index after the last selected item. The selection is empty when this is the same as "start".


The documentation for this struct was generated from the following file: