more status handling updates

Suppress unneeded spaces from a couple of fields
	BL_LEVELDESC	- trailing spaces.
	BL_CAP		- it only contains a space
This commit is contained in:
nhmall
2018-05-12 14:10:52 -04:00
parent 9a87064cca
commit 3598fcc929
2 changed files with 133 additions and 20 deletions

View File

@@ -77,6 +77,7 @@ struct tty_status_fields {
int x, y;
size_t lth;
boolean valid;
boolean dirty;
boolean redraw;
};
#endif