bad_seq          1740 lib/tty/key.c          gboolean bad_seq;
bad_seq          1746 lib/tty/key.c          bad_seq = (*pending_keys != ESC_CHAR && *pending_keys != '\0');
bad_seq          1747 lib/tty/key.c          if (*pending_keys == '\0' || bad_seq)
bad_seq          1750 lib/tty/key.c          if (bad_seq)