Add a history menu for wizwish
Use the 'm' Prefix to make wizwish show the history menu. Also entries wished via WIZKIT are added to the history. While debugging, I often need to wish the same thing multiple times, and typing or pasting it with mouse is annoying...
This commit is contained in:
@@ -1996,7 +1996,7 @@ struct ext_func_tab extcmdlist[] = {
|
||||
{ '\0', "wizwhere", "show locations of special levels",
|
||||
wiz_where, IFBURIED | AUTOCOMPLETE | WIZMODECMD, NULL },
|
||||
{ C('w'), "wizwish", "wish for something",
|
||||
wiz_wish, IFBURIED | WIZMODECMD, NULL },
|
||||
wiz_wish, IFBURIED | CMD_M_PREFIX | WIZMODECMD, NULL },
|
||||
{ '\0', "wmode", "show wall modes",
|
||||
wiz_show_wmodes, IFBURIED | AUTOCOMPLETE | WIZMODECMD, NULL },
|
||||
{ 'z', "zap", "zap a wand",
|
||||
|
||||
Reference in New Issue
Block a user