From: arromdee Date: Sat, 19 Jan 2002 03:17:31 +0000 (+0000) Subject: wizard # list X-Git-Tag: MOVE2GIT~3439 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9211e211b0d7683eda5f864bab4b2bfee79bad68;p=nethack wizard # list The monpoly_control command on the wizard # command list was formatted badly. --- diff --git a/src/cmd.c b/src/cmd.c index d1d5ff776..89b3c2990 100644 --- a/src/cmd.c +++ b/src/cmd.c @@ -305,7 +305,7 @@ doextlist() /* here after #? - now list all full-word commands */ putstr(datawin, 0, ""); for(efp = extcmdlist; efp->ef_txt; efp++) { - Sprintf(buf, " %-14s - %s.", efp->ef_txt, efp->ef_desc); + Sprintf(buf, " %-15s - %s.", efp->ef_txt, efp->ef_desc); putstr(datawin, 0, buf); } display_nhwindow(datawin, FALSE);