couple of interface comments

This commit is contained in:
PatR
2019-05-05 13:38:58 -07:00
parent a8550fc0e7
commit fcd38bdbef
2 changed files with 7 additions and 7 deletions

View File

@@ -432,7 +432,7 @@ boolean border;
w += (int) strlen(text);
/* if preceding field has any trailing spaces, don't add extra;
(should only apply to prev==title; status_update() handles
others that used to have trailing spaces by stripping such */
others that used to have trailing spaces by stripping such) */
if (spacing[fld] > 0 && prev_fld != BL_FLUSH
&& *(p = status_vals[prev_fld]) && *(eos(p) - 1) == ' '
&& (prev_fld != BL_TITLE || !iflags.wc2_hitpointbar))