Browse Source

reset control structures (commands saved) upon 'quit'

pre-master-46
Holger Vogt 6 years ago
parent
commit
05f3d21c3e
  1. 2
      src/frontend/misccoms.c

2
src/frontend/misccoms.c

@ -108,7 +108,7 @@ com_quit(wordlist *wl)
#ifdef SHARED_MODULE
destroy_const_plot();
spice_destroy_devices();
cp_resetcontrol(FALSE);
/* add 1000 to notify that we exit from 'quit' */
controlled_exit(1000 + exitcode);
#else

Loading…
Cancel
Save