X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Froutines.c;h=65798e27f7065491ecbff55d45bb1c03f7918dc6;hb=44bdabdda4dc6e9823e0464c37157c960abac9f7;hp=83c383739b63c6245759aefda01b254ebd985394;hpb=f8636d15911015f991c7407ffef3908de54520b1;p=citadel.git diff --git a/citadel/routines.c b/citadel/routines.c index 83c383739..65798e27f 100644 --- a/citadel/routines.c +++ b/citadel/routines.c @@ -180,7 +180,7 @@ int set_attr(CtdlIPC *ipc, unsigned int sval, char *prompt, unsigned int sbit, i temp = sval; color(DIM_WHITE); - scr_printf("%45s ", prompt); + scr_printf("%50s ", prompt); color(DIM_MAGENTA); scr_printf("["); color(BRIGHT_MAGENTA); @@ -282,6 +282,13 @@ void enter_config(CtdlIPC *ipc, int mode) user->flags = set_attr(ipc, user->flags, "Be unlisted in userlog", US_UNLISTED, 0); + + if (strlen(editor_paths[0]) > 0) { + user->flags = set_attr(ipc, user->flags, + "Always enter messages with the full-screen editor", + US_EXTEDIT, 0); + } + } if (mode == 2) {