Differences From Artifact [c364659ec9]:
- File unix/gtkwin.c — part of check-in [4d69ee0b39] at 2013-07-11 12:24:20 on branch trunk — Add some missing null checks for inst->ldisc, which were causing segfaults if a PuTTY or pterm did not close on exit and then you either typed something via input_method_commit_event or changed the line editing or echo settings. (user: simon size: 115243)
To Artifact [a5023687b8]:
- File unix/gtkwin.c — part of check-in [93e0d8851c] at 2013-07-14 05:45:48 on branch trunk — Fix an always-false if statement which was causing the window border not to be redrawn when the user reconfigured the background colour. (user: simon size: 115247)
| ︙ | |||
3065 3066 3067 3068 3069 3070 3071 | 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 | - + | conf_get_int_int(newconf,CONF_colours,i*3+2)); /* * If the default background has changed, we must * repaint the space in between the window border * and the text area. */ |
| ︙ |