fixed two cosmetic bugs

This commit is contained in:
Alexander S. Aganichev 2000-05-16 05:41:59 +00:00
parent 3670f5d5a3
commit 175fc9f602
2 changed files with 3 additions and 2 deletions

View File

@ -207,7 +207,7 @@ int TemplateToText(int mode, GMsg* msg, GMsg* oldmsg, const char* tpl, int origa
fputs("Hello @pseudo{}{}{everybody}.\n", fp);
fputs("@new\n", fp);
fputs("@position\n", fp);
fputs("@replyReplying to a msg dated @odate @otime, from @oname{I}{you} to @dname{me}{you}{all}.\n", fp);
fputs("@replyReplying to a msg dated @odate @otime, from @oname{me}{you} to @dname{me}{you}{all}.\n", fp);
fputs("@reply@position\n", fp);
fputs("@quoted@odate @otime, @oname{I}{you} wrote to @dname{me}{you}{all}:\n", fp);
fputs("@quoted@position\n", fp);

View File

@ -92,7 +92,8 @@ void update_statuslines() {
int row, col;
vposget(&row, &col);
wwprintstr(W_STAT, 0,0, C_STATW, buf);
wwprintc(W_STAT, 0,strlen(help)-1, C_STATW, sep);
if(*help)
wwprintc(W_STAT, 0,strlen(help)-1, C_STATW, sep);
wwprintc(W_STAT, 0,MAXCOL-strlen(clkinfo), C_STATW, sep);
vposset(row, col);
#ifdef GOLD_MOUSE