bug-ncurses
[Top][All Lists]
Advanced

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

Re: Windows overlapping other windows


From: Thomas Dickey
Subject: Re: Windows overlapping other windows
Date: Tue, 27 Apr 2004 21:01:25 -0400 (EDT)

On Wed, 28 Apr 2004, Rogg Bogg wrote:

> Dear all-knowing-ncurses-gurus,
> I'm programming ncurses 5.4 with gcc 3.3.3 and
> I'm experiencing some odd issues when creating windows
> overlapping another window. Trying to change the attributes
> to A_REVERSE of a ordinary window overlapping another ordinary
> window gives me a segmentation fault while doing the same to a
> subwindow gives no segmentation fault, instead I get no output
> trying to wrefresh() them...
>
> I've got all the sources in 
> http://www.forsmark.uu.se/~fs02ropi/sources_20040428-01.tar.bz2 .
> running make makes a compilation test and make all compiles and links 
> everything to
> an output called navik .
>
> The comments are in sweedish but the functions that are troubling me is
> menuButton::menuButton
> menuButton::move_buttons
> menuButton::printButtons
>
> Please help me... I'm under time pressure.. as always :>

valgrind shows some problems in your program - see
        ftp://invisible-island.net/temp/valgrind.log

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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