|
| From: | Michael Godfrey |
| Subject: | [Octave-bug-tracker] [bug #52757] cntrl-C crash |
| Date: | Sun, 7 Jan 2018 19:25:08 -0500 (EST) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 |
Follow-up Comment #27, bug #52757 (project octave):
Sorry to say there is a problem:
The following example shows that cntrl-c does not
work as before.
octave:1> input_hangc
try to type cntrl-c:
try to type cntrl-c:
try to type cntrl-c:
try to type cntrl-c:error: input: reading user-input failed!
error: called from
input_hangc at line 1 column 4
octave:1>
==================
The first 3 lines were from using cntrl-c. The last line
used cntrl-d.
The program input_hangc.m is:
pc = input ("try to type cntrl-c:");
printf("OK\n");
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52757>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |