Differences From Artifact [c2d619219f]:
- File window.c — part of check-in [40ee80fefa] at 2002-11-23 13:01:01 on branch trunk — Add a "Config *" argument to term_init(), and use that instead of the global cfg throughout the terminal emulator. Not tested in PuTTY and pterm, but they just pass in &cfg. (user: ben size: 118660)
To Artifact [6df7d681be]:
- File window.c — part of check-in [94b6511b43] at 2002-11-23 14:02:38 on branch trunk — Add a Config * argument to ldisc_create(), and use it in place of the global cfg throughout ldisc.c. Not tested other than on Mac, but all other ports just pass &cfg as this argument for now. (user: ben size: 118666)
| ︙ | |||
640 641 642 643 644 645 646 | 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 | - + |
* Connect the terminal to the backend for resize purposes.
*/
term_provide_resize_fn(term, back->size, backhandle);
/*
* Set up a line discipline.
*/
|
| ︙ |