]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/keycode.cpp
Fix chat lines not word wrapped correct
[dragonfireclient.git] / src / keycode.cpp
index 96631b4eaf1e158d408769350fff538505b34a31..c5f102b4441a129f616e2e40460a42e259701eea 100644 (file)
@@ -23,6 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "settings.h"
 #include "log.h"
 #include "hex.h"
+#include "debug.h"
 
 class UnknownKeycode : public BaseException
 {
@@ -334,6 +335,7 @@ const char *KeyPress::name() const
 }
 
 const KeyPress EscapeKey("KEY_ESCAPE");
+const KeyPress CancelKey("KEY_CANCEL");
 const KeyPress NumberKey[] = {
        KeyPress("KEY_KEY_0"), KeyPress("KEY_KEY_1"), KeyPress("KEY_KEY_2"),
        KeyPress("KEY_KEY_3"), KeyPress("KEY_KEY_4"), KeyPress("KEY_KEY_5"),