Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
6 check-ins using file ssh.c version 39a3bc1033
|
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 | |
| 14:04 | Fix flaky scrollbar update when scrollback was reset to bottom. check-in: a6fd1f416a user: simon tags: trunk | |
| 13:59 | Selection point movement on scroll should move selanchor as well as selstart and selend, otherwise all those worthy ideals go *foom* while the mouse buttons are held down. check-in: 3cd0c23c8d user: simon tags: trunk | |
| 13:51 | Reintroduce Cyrillic Caps Lock mode, which was in 0.51 but got kicked out by the Unicode patch. It's not very good - only works sanely on US keyboards - but it's no worse than it was in 0.51. After 0.52 maybe I should fix it properly. check-in: e75e061854 user: simon tags: trunk | |
| 13:40 | Fix the licence again. (Despite the copyright holders being more numerous, it still only said _I_ would not be liable rather than _everybody_ not being liable; also the resource file versions weren't up to date.) check-in: 713670aae5 user: simon tags: trunk | |
| 13:16 | SSH back end should now be tolerant of garbage appearing in the data stream after the actual SSH connection is finished. Some firewalls add this for no good reason. check-in: 04b776bff9 user: simon tags: trunk | |