1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 20:01:31 +02:00

26984: ensure zle window sizes are reset with video data

This commit is contained in:
Peter Stephenson 2009-05-08 08:37:31 +00:00
parent a6ff95d0c1
commit 6195160598
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-05-08 Peter Stephenson <pws@csr.com>
* 26948: Src/Zle/zle_refresh.c: ensure recorded window sizes
are reset when video data is freed.
2009-05-07 Peter Stephenson <pws@csr.com>
* 26945: Src/builtin.c, Test/D07multibyte.ztst: read should
@ -11666,5 +11671,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4678 $
* $Revision: 1.4679 $
*****************************************************

View File

@ -699,6 +699,8 @@ freevideo(void)
#endif
nbuf = NULL;
obuf = NULL;
winw_alloc = -1;
winh_alloc = -1;
}
}