termptyesc.c: oops

pull/4/head
Boris Faure 1 year ago
parent 9963645ba7
commit 731e5781f4
Signed by: borisfaure
GPG Key ID: EAA9CD729F522998
  1. 2
      src/bin/termptyesc.c

@ -4489,7 +4489,7 @@ _handle_esc_dcs(Termpty *ty,
}
*b = 0;
if ((*cc == ST) || (*cc == '\\')) cc++;
else {return 0};
else return 0;
len = cc - c;
switch (buf[0])
{

Loading…
Cancel
Save