el_reset(): * Reset the tty and the parser */
| 184 | * Reset the tty and the parser |
| 185 | */ |
| 186 | public void |
| 187 | el_reset(EditLine *el) |
| 188 | { |
| 189 | |
| 190 | tty_cookedmode(el); |
| 191 | ch_reset(el, 0); /* XXX: Do we want that? */ |
| 192 | } |
| 193 | |
| 194 | |
| 195 | /* el_set(): |
no test coverage detected