Menu

#43 terminal_size only set for last window in retile windows

closed-accepted
None
5
2010-09-10
2010-09-08
Anonymous
No

--- /usr/share/perl5/App/ClusterSSH.pm.orig 2010-09-08 17:24:04.000000000 +0200
+++ /usr/share/perl5/App/ClusterSSH.pm 2010-09-08 17:24:09.000000000 +0200
@@ -1319,8 +1319,6 @@
logmsg( 3,
"x:$current_x y:$current_y, r:$current_row c:$current_col" );

- $xdisplay->req( 'UnmapWindow', $servers{$server}{wid} );
-
if ( $config{unmap_on_redraw} =~ /yes/i ) {
$xdisplay->req( 'UnmapWindow', $servers{$server}{wid} );
}

Discussion

  • Duncan Ferguson

    Duncan Ferguson - 2010-09-10
    • assigned_to: nobody --> duncan_ferguson
     
  • Duncan Ferguson

    Duncan Ferguson - 2010-09-10

    Change applied but will see if this causes problems for other people so may revert in the future

    Duncs

     
  • Duncan Ferguson

    Duncan Ferguson - 2010-09-10
    • status: open --> closed-accepted