mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Apply console position fix
This commit is contained in:
parent
3a7e832855
commit
4dcba4d693
1 changed files with 1 additions and 1 deletions
|
@ -749,7 +749,7 @@ sub show_console() {
|
|||
$windows{main_window}->update();
|
||||
|
||||
select( undef, undef, undef, 0.2 ); #sleep for a mo
|
||||
$windows{main_window}->withdraw;
|
||||
$windows{main_window}->withdraw if $windows{main_window}->state ne "withdrawn";
|
||||
|
||||
# Sleep for a moment to give WM time to bring console back
|
||||
select( undef, undef, undef, 0.5 );
|
||||
|
|
Loading…
Add table
Reference in a new issue