Closed sjrct closed 10 years ago
Some machines or versions of ncurses cause a segmentation fault to appear when calling wmove(statscr, 0, 0). A temporary fix is removing the calls to statline from main.c.
wmove(statscr, 0, 0)
statline
Some machines or versions of ncurses cause a segmentation fault to appear when calling
wmove(statscr, 0, 0)
. A temporary fix is removing the calls tostatline
from main.c.