After trying out the auto_resize_command_window thing, I really love the idea! However, it always knocks it down to one row. Would it be possible to have a new option that would set the minimum resize height? Something like:
SetOption("auto_resize_height", 2)
I already suggested that in the original topic where I asked for this feature. I'm glad to see I'm not the only one feeling that would be useful, tho! :)
Added the following to version 4.30:
SetOption ("auto_resize_minimum_lines", 2) --> minimum lines for auto-resizing command window
SetOption ("auto_resize_maximum_lines", 20) --> maximum lines for auto-resizing command window
Woot! You're being awesome as usual, Nick. Thanks!
YEAH! But where do I get 4.30? Or is it not released yet?