bad_seq          1719 lib/tty/key.c          gboolean bad_seq;
bad_seq          1725 lib/tty/key.c          bad_seq = (*pending_keys != ESC_CHAR && *pending_keys != '\0');
bad_seq          1726 lib/tty/key.c          if (*pending_keys == '\0' || bad_seq)
bad_seq          1729 lib/tty/key.c          if (bad_seq)