ncmpc
0.29
|
Go to the source code of this file.
Data Structures | |
struct | screen_browser |
Functions | |
void | screen_browser_sync_highlights (struct filelist *fl, const struct mpdclient_playlist *playlist) |
void | screen_browser_paint_directory (WINDOW *w, unsigned width, bool selected, const char *name) |
void | screen_browser_paint (const struct screen_browser *browser) |
bool | browser_cmd (struct screen_browser *browser, struct mpdclient *c, command_t cmd) |
struct filelist_entry * | browser_get_selected_entry (const struct screen_browser *browser) |
void screen_browser_sync_highlights | ( | struct filelist * | fl, |
const struct mpdclient_playlist * | playlist | ||
) |
void screen_browser_paint_directory | ( | WINDOW * | w, |
unsigned | width, | ||
bool | selected, | ||
const char * | name | ||
) |
void screen_browser_paint | ( | const struct screen_browser * | browser | ) |
bool browser_cmd | ( | struct screen_browser * | browser, |
struct mpdclient * | c, | ||
command_t | cmd | ||
) |
struct filelist_entry* browser_get_selected_entry | ( | const struct screen_browser * | browser | ) |