| 471 | } |
| 472 | |
| 473 | protected void |
| 474 | read_finish(EditLine *el) |
| 475 | { |
| 476 | if ((el->el_flags & UNBUFFERED) == 0) |
| 477 | (void) tty_cookedmode(el); |
| 478 | if (el->el_flags & HANDLE_SIGNALS) |
| 479 | sig_clr(el); |
| 480 | } |
| 481 | |
| 482 | public const Char * |
| 483 | FUN(el,gets)(EditLine *el, int *nread) |
no test coverage detected