]> code.citadel.org Git - citadel.git/blobdiff - citadel/commands.c
Command prompt was much too short; lengthened it.
[citadel.git] / citadel / commands.c
index 8a9ea1911d4ff5440a56531516c60295b8f93ed8..5c92f6207e959f6db880b97a96317cc6e9f6ddea 100644 (file)
@@ -1154,7 +1154,7 @@ int getcmd(CtdlIPC *ipc, char *argbuf)
                        if (cmdmatch(cmdbuf, cptr, 5)) {
                                /* We've found our command. */
                                if (requires_string(cptr, cmdpos)) {
-                                       ctdl_getline(argbuf, 32);
+                                       ctdl_getline(argbuf, 64);
                                } else {
                                        scr_printf("\n");
                                }