ncmpc
0.30
|
#include "command.hxx"
Go to the source code of this file.
Functions | |
bool | screen_find (ScreenManager &screen, ListWindow *lw, command_t findcmd, const ListText &text) |
void | screen_jump (ScreenManager &screen, ListWindow *lw, const ListText &text, const ListRenderer &renderer) |
bool screen_find | ( | ScreenManager & | screen, |
ListWindow * | lw, | ||
command_t | findcmd, | ||
const ListText & | text | ||
) |
query user for a string and find it in a list window
lw | the list window to search |
findcmd | the search command/mode |
callback_fn | a function returning the text of a given line |
callback_data | a pointer passed to callback_fn |
void screen_jump | ( | ScreenManager & | screen, |
ListWindow * | lw, | ||
const ListText & | text, | ||
const ListRenderer & | renderer | ||
) |