options_set_string
options_set_string(oo, "default-size", 0, "%ux%u", dsx, dsy);
o = options_set_string(oo, "window-style", 0, "%s", style);
options_set_string(oo, "window-active-style", 0, "%s", style);
options_set_string(oo, name, append, "%s", value);
options_set_string(oo, name, append, "%s", value);
options_set_string(oo, name, 0, "%s", old);
options_set_string(global_s_options, "default-shell", 0, "%s",
options_set_string(global_options, "editor", 0, "%s", s);
struct options_entry * printflike(4, 5) options_set_string(struct options *,