Differences From Artifact [1b06e77eaf]:
- File windows/window.c — part of check-in [0302a088bc] at 2004-12-19 17:37:30 on branch trunk — Restore border around terminal to default background colour rather than something outside colours[] (consistently brown on my system). (I don't understand why this code was the way it was, but it gave the correct result before r4917 `256-colours', and now doesn't.) (user: jacob size: 128084)
To Artifact [9620c9927a]:
- File windows/window.c — part of check-in [8cec6d493a] at 2004-12-29 06:32:25 on branch trunk — Loose end from r5031: the Kex panel should only be displayed in mid-session if we are not using SSHv1. I've done this by introducing a generic `cfg_info' function which every back end can use to communicate an int's worth of data to setup_config_box; in SSH that's the protocol version in use, and in everything else it's currently zero. (user: simon size: 128123)
| ︙ | |||
1896 1897 1898 1899 1900 1901 1902 | 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 | - + |
{
Config prev_cfg;
int init_lvl = 1;
GetWindowText(hwnd, cfg.wintitle, sizeof(cfg.wintitle));
prev_cfg = cfg;
|
| ︙ |