| 253 | const char *dirchars; /* current movement/direction characters */ |
| 254 | const char *alphadirchars; /* same as dirchars if !numpad */ |
| 255 | struct Cmd_bind *cmdbinds; |
| 256 | const struct ext_func_tab *mousebtn[NUM_MOUSE_BUTTONS]; |
| 257 | char spkeys[NUM_NHKF]; |
| 258 | char extcmd_char; /* key that starts an extended command ('#') */ |
nothing calls this directly
no outgoing calls
no test coverage detected