termptyesc: oops

devs/bu5hm4n/fix-for-billiob
Boris Faure 3 years ago
parent f168a97a35
commit a6828665dc
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
  1. 2
      src/bin/termptyesc.c

@ -3925,7 +3925,7 @@ static void
_handle_xterm_11_command(Termpty *ty, Eina_Unicode *p, int len)
{
if (!*p || !*p)
if (!p || !*p)
goto err;
if (*p == '?')

Loading…
Cancel
Save