Add new command: #retravel

Retravel travels to the previously selected destination.

Also changes the travel-via-mouse to execute the extended command
instead of faking a special key.
This commit is contained in:
Pasi Kallinen
2021-07-21 10:55:14 +03:00
parent 76bb205367
commit 433f0cc15f
4 changed files with 37 additions and 19 deletions

View File

@@ -459,7 +459,6 @@ enum nh_keyfunc {
NHKF_NOPICKUP, /* 'm' */
NHKF_RUN_NOPICKUP, /* 'M' */
NHKF_DOINV, /* '0' */
NHKF_TRAVEL, /* via mouse */
NHKF_CLICKLOOK,
NHKF_REDRAW,