config: add jump-label-letters option

This commit is contained in:
Daniel Eklöf 2021-02-13 11:42:40 +01:00
parent 94266b99d7
commit 7bcab01068
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 13 additions and 0 deletions

View file

@ -64,6 +64,7 @@ struct config {
char *title;
char *app_id;
wchar_t *word_delimiters;
wchar_t *jump_label_letters;
bool login_shell;
struct {