Are there any known issues with borders on the panel library ?
I've downloaded the latest 6.2 and compiled it (in a non-standard location if that makes any difference)
And now when running programs - the panel doesn't seem to have the correct border.
Here is is with one of the demo programs :
+-+
| Window Number 1 |
^-^
@ +-+
| | Window Number 2 |
| ^-^
| @ +-+
| | | Window Number 3 |
| | ^-^
+------| @ |
| | |
| | |
+------| |
| |
| |
+-+
If I use the "stock" ncurses (5.9 patch 20140222) :
+--------------------------------------+
| Window Number 1 |
+--------------------------------------+
| +--------------------------------------+
| | Window Number 2 |
| +--------------------------------------+
| | +--------------------------------------+
| | | Window Number 3 |
| | +--------------------------------------+
+------| | |
| | |
| | |
+------| |
| |
| |
+--------------------------------------+
But then I get a segfault in "wmove" in my "proper" application.
Any pointers would be much appreciated!