Use HILITE_PLAYER for SDL terminal interface
commit604fd6d1eb76019b1a71866c03eec5088fcba0cb
authorPhilip Pavlick <philip@swash.link>
Sat, 4 Aug 2018 07:18:54 +0000 (4 03:18 -0400)
committerPhilip Pavlick <philip@swash.link>
Sat, 4 Aug 2018 07:18:54 +0000 (4 03:18 -0400)
tree053c8ff13fe83bd04436afb55c57985760137f7f
parent30072888420197a972d6aca538c03c91d32ac6e4
Use HILITE_PLAYER for SDL terminal interface

The HILITE_PLAYER option from config.d has been repurposed to highlight
the player character in the SDL terminal interface, because the SDL
terminal doesn't have a cursor.  Ergo, the init_player function will
check if the SDL terminal is being used and then decide whether or not
to highlight the player, but only if HILITE_PLAYER == true.

HILITE_PLAYER is now true by default.
src/config.d
src/you.d