Initial position: negative values
Brought to you by:
bozho
Problem: when initial position is loaded from config - negative values are replaced by built-in defaults. So its not possible to set x=-4 to hide border completely (for example).
Recommendation: instead of checking raw values you should check viewport - whether Console2 window can be seen on screen (i.e. use position and size values of window)
Given the fact, that the program already have the ability to store negative positions, it would be nice to have support for negative position values (at least for an X coordinate).