in reply to Re: handling terminal window resizing
in thread handling terminal window resizing
Is there anything gained in your (more complicated imho) way?sub getRowsCols { qx|/bin/stty size| =~ /(\d+)\s+(\d+)/; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: handling terminal window resizing
by LanX (Saint) on Dec 30, 2016 at 15:44 UTC |