10 lines
239 B
C
10 lines
239 B
C
|
static int click_statuscmd(Bar *bar, Arg *arg, BarArg *a);
|
||
|
static int click_statuscmd_text(Arg *arg, int rel_x, char *text);
|
||
|
static void copyvalidchars(char *text, char *rawtext);
|
||
|
|
||
|
typedef struct {
|
||
|
const char *cmd;
|
||
|
int id;
|
||
|
} StatusCmd;
|
||
|
|