From: hackbard Date: Mon, 8 Nov 2004 08:11:51 +0000 (+0000) Subject: shutdown order changed, restore orig termios struct. X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=commitdiff_plain;h=91008e022c3f45e48cc2fc6a366b578254b4512f shutdown order changed, restore orig termios struct. --- diff --git a/nlsop_gui.c b/nlsop_gui.c index 78cc86b..8464faf 100644 --- a/nlsop_gui.c +++ b/nlsop_gui.c @@ -276,8 +276,8 @@ int get_command(t_event *event,void *allineed) { /* stop everything */ event_math(0,event,READ,REMOVE); network_shutdown(net); - display_shutdown(display); input_shutdown(input); + display_shutdown(display); event_stop(event); return 2; default: