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

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

[Octave-bug-tracker] [bug #37672] GUI doesn't react to CTRL+C


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #37672] GUI doesn't react to CTRL+C
Date: Sat, 13 Jul 2013 22:21:27 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36

Follow-up Comment #4, bug #37672 (project octave):

I do see that ctrl-c does cancel the current line being edited if no text is
selected. It also does break out of a long-running for loop. But I don't see
the following working in the GUI, which works fine in terminal mode:


octave:1> sleep (5);
ctrl-c


first ctrl-c: nothing happens
second ctrl-c: "Press Control-C again to abort."
third ctrl-c: Octave exits

So the interrupt is being caught by sigint_handler, but does not break the
sleep function.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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