get_untranslated_kbinput()
- Make the ascii_digits variables ints instead of size_t's,
since they will only hold very small values. (DLR)
+ get_shortcut(), get_toggle()
+ - Add debug messages. (DLR)
GNU nano 1.3.5 - 2004.11.22
- General:
const shortcut *s = s_list;
size_t slen = length_of_list(s_list);
+#ifdef DEBUG
+ fprintf(stderr, "get_shortcut(): kbinput = %d, meta_key = %d, func_key = %d\n", kbinput, (int)*meta_key, (int)*func_key);
+#endif
+
/* Check for shortcuts. */
for (; slen > 0; slen--) {
/* We've found a shortcut if:
{
const toggle *t = toggles;
+#ifdef DEBUG
+ fprintf(stderr, "get_toggle(): kbinput = %d, meta_key = %d\n", kbinput, (int)meta_key);
+#endif
+
/* Check for toggles. */
for (; t != NULL; t = t->next) {
/* We've found a toggle if meta_key is TRUE and the key is in