feat(cfg): add ellipsis to config

This commit is contained in:
2025-07-04 04:48:20 +02:00
parent a316afecb2
commit 9c022c5813
13 changed files with 18 additions and 3 deletions

View File

@@ -106,7 +106,8 @@ BUILD(functions, FUNCTIONS, TABLE_FUNCTIONS);
F(char* NNULLABLE, s_xorg, STRING, "xorg", name) \
F(char* NNULLABLE, s_shell, STRING, "shell", name) \
F(char* NNULLABLE, opts_pre, STRING, "< ", name) \
F(char* NNULLABLE, opts_post, STRING, " >", name)
F(char* NNULLABLE, opts_post, STRING, " >", name) \
F(char* NNULLABLE, ellipsis, STRING, "…", name)
BUILD(strings, STRINGS, TABLE_STRINGS);