Fix terminal size only set on last windows

SF bug tracker ID 3061999
This commit is contained in:
Duncan Ferguson 2010-09-10 08:20:50 +01:00
parent 2aa655b38d
commit 143b3db36c
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,7 @@
????-??-?? Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.00_06
* Fix test error on 5.8.8 (reported by Wei Wang)
* Added '--list', '-L' to list available cluster tags (idea from Markus Manzke)
* Fix terminal size only set on last windows (Sf bug 3061999)
2010-06-20 Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.00_05

View file

@ -1326,7 +1326,8 @@ sub retile_hosts {
logmsg( 3,
"x:$current_x y:$current_y, r:$current_row c:$current_col" );
$xdisplay->req( 'UnmapWindow', $servers{$server}{wid} );
# sf tracker 3061999
# $xdisplay->req( 'UnmapWindow', $servers{$server}{wid} );
if ( $config{unmap_on_redraw} =~ /yes/i ) {
$xdisplay->req( 'UnmapWindow', $servers{$server}{wid} );