Hello
I am developing a roguelike in Python3 using ncurses and linux.
On one configuration I have a program working fine (ubuntu using libncurses5)
On the other configuration I have a weird unpleasant behaviour. (lubuntu using
libncurses6). Seems randomly some characters are shited right.
I join for both configurations :
- a screen shot
- result of dpkg command - versions of ncurses differ libncurses5 is ok and libncurses6 is not. (I know for sure lubuntu uses libncurses6 since it works when libncurses5 is removed)
- result of uname -a
- result of python3 -V (same)
=> Do let me know if you need more information.
My concern is that it seems the problem is on the LASTEST version of ncurses.. so I might get the bug one day on correnlty ubuntu configuration...
Regards