Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
1 check-in using file putty.h version 6d61144434
|
2001-09-18
| ||
| 14:41 | terminal.c's from_backend() no longer calls term_out(), because term_out() can in turn call ldisc_send() which calls back to from_backend() when local echo is enabled. This was giving rise to crazy re-entrancy stuff and stack overflows. Instead from_backend() deposits its data in a bufchain which term_out() empties the next time it's called. check-in: 126e861724 user: simon tags: trunk | |