octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #45654] Ctrl-C quits all editor windows


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #45654] Ctrl-C quits all editor windows
Date: Sun, 27 Mar 2016 02:50:29 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #3, bug #45654 (project octave):

Calling setpgid or setsid is probably the right way to prevent the editor from
being sent the SIGINT, but I really don't like the idea of changing Octave's
system() function to always do a setpgid or setsid based on a string match
just to fix this scenario with the editor.

Maybe a better solution would be to make the setpgid or setsid functions
callable from the interpreter, or to make a special purpose function for
executing the editor so that it will be in its own process group and not
inherit terminal control sequences.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45654>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]