X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fclient%2Fkeybindings.h;h=c6477c855d4882e38dcb3293712edfc2ea506d4d;hb=862d185c9f3836499717010ea0b1eafd4bfae97b;hp=763ca56ca7bc27ee4f783dfa0f9461ab76abd4b5;hpb=1233a72ad3321fe69a8b43a70e077a7be00f8918;p=plomrogue diff --git a/src/client/keybindings.h b/src/client/keybindings.h index 763ca56..c6477c8 100644 --- a/src/client/keybindings.h +++ b/src/client/keybindings.h @@ -33,7 +33,7 @@ extern struct Command * get_command_to_keycode(struct KeyBindingDB * kbdb, uint16_t keycode); /* Return human-readable name (of maximum 9 chars) for "keycode" as matched by - * ncurses.h; if none is found, return "UNKNOWN". + * ncurses.h; if none is found, return "(unknown)". */ extern char * get_keyname_to_keycode(uint16_t keycode);