OSDN Git Service

fix #43519
[jnethack/source.git] / win / curses / Bugs.txt
1 Here is a list of known issues with the curses interface at the time of
2 this writing.  Send any others you discover to me (Karl Garrison) at
3 kgarrison@obox.com, along with how to reproduce the problem, if
4 possible.  Missing features are listed in the file Todo.txt.
5
6  * Resizing a window to 80 columns or less causes a crash (PDCurses for
7  SDL and X11 only).  Windows starting at this size and below do not
8  cause a crash, however.
9  
10  * Cursor position is wrong on map for smaller terminal windows in all
11  versions of PDCurses (smaller than 80 width or 24 height).  This is
12  due to an incomplete workaround for an issue with the wmove() function
13  in PDCurses.