tech-userlevel archive

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

Re: curses: wmove(window, ...) doesn't set physical cursor



christos%astron.com@localhost (Christos Zoulas) wrote:
> 
> I used this as the Makefile, and I can't reproduce it (current/amd64)
> 
> $ cat Makefile 
> LDFLAGS=-lcurses
> CFLAGS=-g -fsanitize=address
> 
> all: main
> 
> clean:
>         rm -f main

This works indeed.  And now also my Makefile and also the whole application.  That makes it even worse since it is not always reproducible and may depend on whatever.  It's good that I now can use ASAN again, and if it fails again, I test your Makefile ;)

Thank you!

--Carsten


Home | Main Index | Thread Index | Old Index