cleanup up #vanquished output
commitff6e62b361fbc3a766e570537759b3c013e5f768
authorPatR <rankin@nethack.org>
Fri, 29 Apr 2016 08:48:52 +0000 (29 01:48 -0700)
committerPatR <rankin@nethack.org>
Fri, 29 Apr 2016 08:48:52 +0000 (29 01:48 -0700)
treef368dbca74b50b447d162695ef42f3d80ffd6f70
parent8bea47e8b2fe5c656b940cd123c2f8af50e89e63
cleanup up #vanquished output

Tidy the output from disclosure of vanquished monsters at end of game
or from #vanquished wizard-mode command.  Instead of

Juiblex
The Wizard of Yendor (twice)
a mastodon
3 purple worms
an erinys
120 gnomes
42 grid bugs

it will line up the monster type names, yielding

    Juiblex
the Wizard of Yendor (twice)
  a mastodon
  3 purple worms
 an erinys
120 gnomes
 42 grid bugs

For short lists, the original looked ok (maybe even better...), but
for long lists at the end of a long game, aligning the names looks
better and is easier to read than left justifying everything.
src/end.c