fixed two cosmetic bugs
This commit is contained in:
parent
3670f5d5a3
commit
175fc9f602
@ -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);
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user