mirror of
https://github.com/javalsai/lidm.git
synced 2025-09-01 02:47:59 +02:00
feat: utf8 support & partial ui.c refactor
This commit is contained in:
@@ -109,7 +109,9 @@ BUILD(functions, TABLE_FUNCTIONS);
|
||||
F(char*, e_passwd, STRING, "password", name) \
|
||||
F(char*, s_wayland, STRING, "wayland", name) \
|
||||
F(char*, s_xorg, STRING, "xorg", name) \
|
||||
F(char*, s_shell, STRING, "shell", name)
|
||||
F(char*, s_shell, STRING, "shell", name) \
|
||||
F(char*, opts_pre, STRING, "< ", name) \
|
||||
F(char*, opts_post, STRING, " >", name)
|
||||
|
||||
BUILD(strings, TABLE_STRINGS);
|
||||
|
||||
|
Reference in New Issue
Block a user