X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fkeybindings.h;h=c6477c855d4882e38dcb3293712edfc2ea506d4d;hb=be8c57c7e1de5962913f849b862faae01bead264;hp=763ca56ca7bc27ee4f783dfa0f9461ab76abd4b5;hpb=0907037fc188c28471805286a67b786264ba3e2f;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);