diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c index 98efddd446e..5aafd8a741a 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -260,6 +260,7 @@ make_window () | |||
| 260 | bzero (&p->last_cursor, sizeof (p->last_cursor)); | 260 | bzero (&p->last_cursor, sizeof (p->last_cursor)); |
| 261 | bzero (&p->phys_cursor, sizeof (p->phys_cursor)); | 261 | bzero (&p->phys_cursor, sizeof (p->phys_cursor)); |
| 262 | p->desired_matrix = p->current_matrix = 0; | 262 | p->desired_matrix = p->current_matrix = 0; |
| 263 | p->nrows_scale_factor = p->ncols_scale_factor = 1; | ||
| 263 | p->phys_cursor_type = -1; | 264 | p->phys_cursor_type = -1; |
| 264 | p->phys_cursor_width = -1; | 265 | p->phys_cursor_width = -1; |
| 265 | p->must_be_updated_p = 0; | 266 | p->must_be_updated_p = 0; |