no sleep on nul bytes - seems as if term hangs.. when its just slow...

SVN revision: 83705
This commit is contained in:
Carsten Haitzler 2013-02-07 06:48:03 +00:00
parent 19ee5d50b1
commit c0dcca4c2d
1 changed files with 0 additions and 1 deletions

View File

@ -1306,7 +1306,6 @@ _termpty_handle_seq(Termpty *ty, Eina_Unicode *c, Eina_Unicode *ce)
default:
ERR("unhandled char 0x%02x", c[0]);
ty->state.had_cr = 0;
sleep(1);
return 1;
}
}