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

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

[Octave-bug-tracker] [bug #52876] interrupt with <Ctrl> C does not termi


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #52876] interrupt with <Ctrl> C does not terminate octave during pause
Date: Mon, 15 Jan 2018 16:19:11 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

The cntrl-C works when launching a script at command line.  I type cntrl-C,
Octave closes and the bash shell line comes back.  No issues.

But you are right.  There's a bug in the cntrl-C from the Octave command line.
 I was thinking it was simply a cosmetic issue of Octave not displaying the
prompt, but in fact one keystroke is lost.  For example (no need for any code
other than pause), in the following I type "x = 3" after the control-C during
the pause:


octave:1> pause()


octave:1>  = 3
parse error:

  syntax error

>>>  = 3


I wonder how this went unnoticed.

Issue confirmed.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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