whatis_coord - rename 'getpos_coord' option
commit83a42342923c441e686f35c08dc4470def21f2dd
authorPatR <rankin@nethack.org>
Tue, 19 Jan 2016 03:27:53 +0000 (18 19:27 -0800)
committerPatR <rankin@nethack.org>
Tue, 19 Jan 2016 03:27:53 +0000 (18 19:27 -0800)
tree1c657a5fb56ec261fd193d82e8646edbdd6a23f3
parent8cd65daf3998c936c060e6d5ccc36feb283a6cd5
whatis_coord - rename 'getpos_coord' option

Rename the option for adding coordinates to autodescribe feedback for
the '/' and ';' commands from 'getpos_coord' to 'whatis_coord', after
the '/' command that uses it instead of after the internal routine
that implements it.  The 'whatis' name was only in dat/hh as far as I
could find, so this changes it to 'what-is' and also updates dat/help
and the Guidebook to mention the name too.

Add a 'screen' choice to the option to show coordinates as row,column
rather than x,y or compass direction(s).  Revise the /m, /M, /o, /O
operations of 'what-is' to honor the whatis_coord option (mostly; a
value of 'none' gets overridden by 'map' to force coordinates).

Also, update the description of the functionality of the '/' command
in the Guidebook.  The .mn version is tested, the .tex one isn't.
dat/help
dat/hh
dat/opthelp
doc/Guidebook.mn
doc/Guidebook.tex
doc/Guidebook.txt
include/extern.h
include/flag.h
src/do_name.c
src/options.c
src/pager.c