bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Ncurses panel library (6.2 on freebsd)


From: Mike Aubury
Subject: Ncurses panel library (6.2 on freebsd)
Date: Mon, 18 Jan 2021 13:22:50 +0000

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!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]