Command window size info.

Posted by Wuggly on Sat 14 May 2016 05:03 PM — 4 posts, 20,136 views.

USA #0
I can't seem to find a way to detect the command input window size.

The closest I've found is where you can set it,
http://www.mushclient.com/scripts/function.php?name=SetCommandWindowHeight
, but I am just wanting to pull that info out.

Is their a function for that?
USA #1
Nevermind, I was just having a long brainfart since I can just get the output window client height info with GetInfo(280)

My problem is I was using GetInfo(263) which was including the command window height.

Although I am still curious about the question.
USA #2
Detecting input size at worst should be as simple as converting GetInfo 280 and 263 to numbers and and subtracting if there's not a direct function for just the input window size.
Australia Forum Administrator #3
Wuggly said:

Is their a function for that?


It looks like there isn't.