Quit on SIGINT when using a DummyUI
This commit is contained in:
parent
09baf73152
commit
b014093c97
|
@ -290,6 +290,7 @@ std::unique_ptr<UserInterface> make_ui(UIType ui_type)
|
||||||
{
|
{
|
||||||
struct DummyUI : UserInterface
|
struct DummyUI : UserInterface
|
||||||
{
|
{
|
||||||
|
DummyUI() { set_signal_handler(SIGINT, SIG_DFL); }
|
||||||
void menu_show(ConstArrayView<DisplayLine>, CharCoord,
|
void menu_show(ConstArrayView<DisplayLine>, CharCoord,
|
||||||
Face, Face, MenuStyle) override {}
|
Face, Face, MenuStyle) override {}
|
||||||
void menu_select(int) override {}
|
void menu_select(int) override {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user