mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 01:12:24 +00:00
Fix terminal size only set on last windows
SF bug tracker ID 3061999
This commit is contained in:
parent
2aa655b38d
commit
143b3db36c
2 changed files with 3 additions and 1 deletions
1
Changes
1
Changes
|
@ -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
|
||||
|
||||
|
|
|
@ -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} );
|
||||
|
|
Loading…
Add table
Reference in a new issue