From 862d185c9f3836499717010ea0b1eafd4bfae97b Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 18 Mar 2014 06:34:22 +0100
Subject: [PATCH] Minor improvement in comment and TODO.

---
 TODO                     | 2 ++
 src/client/keybindings.h | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/TODO b/TODO
index edd205d..6aebac5 100644
--- a/TODO
+++ b/TODO
@@ -26,3 +26,5 @@ CLIENT:
 - make log scrollable
 
 - re-organize code: empty misc.h into proper modules, split up windows.h
+
+- simplify get_keyname_to_keycode()
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);
 
-- 
2.30.2