Check command name/path for truncation and provide user feedback during

config parse (and use conf_cmd_add to populate defaults); based on a
discussion with Tiago Cunha.  While this looks ugly, there are likely
some other changes here to come.
This commit is contained in:
okan
2014-01-29 18:34:22 +00:00
parent c28467cda5
commit 1f8f19b4d5
3 changed files with 30 additions and 15 deletions

View File

@@ -522,7 +522,7 @@ int conf_bind_mouse(struct conf *, const char *,
const char *);
void conf_clear(struct conf *);
void conf_client(struct client_ctx *);
void conf_cmd_add(struct conf *, const char *,
int conf_cmd_add(struct conf *, const char *,
const char *);
void conf_cursor(struct conf *);
void conf_grab_kbd(Window);