Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
6 check-ins using file window.c version c2d637abe4
|
2000-10-20
| ||
| 12:57 | Remember to close key files when rsakey_encrypted meets a bogus one check-in: 79cdab1ba7 user: simon tags: trunk | |
| 10:20 | Put back the code that ensures "Default Settings" is always in the session list even if it isn't in the Registry. This got deleted overenthusiastically because I didn't have a comment explaining what it was doing there. Now there's a comment, so I probably won't remove it again. check-in: ed6506d04e user: simon tags: trunk | |
| 10:09 | Rename "Stored Sessions" to "Saved Sessions" for consistency check-in: cc1dd19f91 user: simon tags: trunk | |
| 10:09 | Some better IDC_* names for the controls on the Colours panel check-in: c762c25eb4 user: simon tags: trunk | |
| 09:45 | Add the LBS_NOTIFY style to the list box in colouredit(), which was vital to it working right check-in: 5c40e9c36c user: simon tags: trunk | |
| 08:51 | Introduce a sane interface function, from_backend(), for backends to use when they have data from the network. Replaces the utterly daft inbuf / inbuf_head / term_out() interface, which only made sense when feeding to terminal.c. (terminal.c now implements from_backend() as a small function that gateways to the old interface.) As a side effect, from_backend() also has an `is_stderr' parameter, so scp can once again separate the server's pronouncements on stderr from the actual protocol progress on stdout. check-in: 07725a2915 user: simon tags: trunk | |