]> git.pond.sub.org Git - empserver/commit
satmap: Separate and align columns in output properly
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 25 May 2013 17:37:22 +0000 (19:37 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 26 May 2013 15:14:05 +0000 (17:14 +0200)
commit48912d3c0b1994d663d03d095b6fbd6770b476c6
tree4e743a851c97f6e6ede364703f39e5af089514e6
parent51efb954d0d909d94347dfe76f83aed78164ba49
satmap: Separate and align columns in output properly

Land unit coordinates run into efficiency in output of satellite when
the y coordinate is wider than three characters.  Broken in Empire 2.
Restore the separating space.

Both ship and land unit table header aren't aligned with the table
body.  Affects recon and sweep with spy planes, and satellite.  Fix
the header.

Reported-by: William Fittge <ptkei2@gmail.com>
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
src/lib/subs/satmap.c