signal induced panictrace under curses
When panictrace feedback occurs due to catching a signal rather than controlled panic, the backtrace is useless when running the curses interface unless the terminal gets reset first. Let's just hope that the signal triggering a panictrace doesn't occur while resetting the terminal.
This commit is contained in:
@@ -69,6 +69,7 @@ extern void curses_init_nhwindows(int* argcp, char** argv);
|
||||
extern void curses_player_selection(void);
|
||||
extern void curses_askname(void);
|
||||
extern void curses_get_nh_event(void);
|
||||
extern void curses_uncurse_terminal(void);
|
||||
extern void curses_exit_nhwindows(const char *str);
|
||||
extern void curses_suspend_nhwindows(const char *str);
|
||||
extern void curses_resume_nhwindows(void);
|
||||
|
||||
Reference in New Issue
Block a user