home · contact · privacy
Minor improvement in comment and TODO.
[plomrogue] / src / client / keybindings.h
index 763ca56ca7bc27ee4f783dfa0f9461ab76abd4b5..c6477c855d4882e38dcb3293712edfc2ea506d4d 100644 (file)
@@ -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);