]> granicus.if.org Git - nethack/commit
travel targetting via keyboard
authorPatR <rankin@nethack.org>
Tue, 8 Jan 2019 22:42:54 +0000 (14:42 -0800)
committerPatR <rankin@nethack.org>
Tue, 8 Jan 2019 22:42:54 +0000 (14:42 -0800)
commitd4e3f9d9d3eaf3f0a941ebf3f4020101a9d8247d
tree48b26b7fcf687ec4b294b37c1565d339626a4b2f
parentdedd0dd30ace4f3bace8a06f944f56138d87acc9
travel targetting via keyboard

Some phrase substitution in getpos() or its helpers produced
``Pick a target interesting thing in view for travel''
for 'm _', which sounds pretty awkward.  Change that to be
``Pick an interesting thing in view for travel destination''
leaving "target" implied.

For plain '_', typing '!' yielded
``Using a menu to show possible targets.''
but then nothing happened.  Change that to be
``Using a menu to show possible targets for 'm|M', 'o|O', 'd|D',
and 'x|X'.''
to explain when a menu will actually appear.
src/do_name.c