]> granicus.if.org Git - nethack/commit
Add context menu for current location
authorPasi Kallinen <paxed@alt.org>
Tue, 10 Oct 2017 12:29:46 +0000 (15:29 +0300)
committerPasi Kallinen <paxed@alt.org>
Tue, 10 Oct 2017 12:35:33 +0000 (15:35 +0300)
commit99c6b7f4da951def294ab61b565f2933a30fd632
tree02dd0d96ceb42d09d50c25427d1fe3ce2d3c30f4
parent19663e157fb51c18ee286b5587b7b4803f279238
Add context menu for current location

Add a new boolean option herecmd_menu. If this is on, and using
a windowport that supports mouse, clicking on your character pops
up a menu of actions doable in that location. Basically this is
nothing new, as almost all of the same actions were done before
on the mouse click.

You can also pop up the context menu with the #herecmdmenu
extended command
doc/Guidebook.mn
doc/Guidebook.tex
doc/fixes36.1
include/flag.h
src/cmd.c
src/options.c