[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: |
Torsten |
Subject: |
[Octave-bug-tracker] [bug #37672] GUI doesn't react to CTRL+C |
Date: |
Sun, 03 Aug 2014 08:37:42 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 |
Follow-up Comment #54, bug #37672 (project octave):
I have copied this comment on the behavior of Ctrl-C on windows (3.8.1) from
bug #42867 by Nirmal:
Run the following script. Then press control-C twice when it pauses. We get
prompt. Press Control-C again to abort.
Now press control-c again, to see program crash.
clear ; close all; clc
fprintf('Running warmUpExercise ... \n');
fprintf('5x5 Identity Matrix: \n');
fprintf('Program paused. Press enter to continue.\n');
pause;
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?37672>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #37672] GUI doesn't react to CTRL+C,
Torsten <=