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

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

[Octave-bug-tracker] [bug #39305] copy/paste not consitent or intuitive


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #39305] copy/paste not consitent or intuitive
Date: Wed, 31 Jul 2013 10:31:54 +0000
User-agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)

Follow-up Comment #14, bug #39305 (project octave):

On my mingw build for Ctrl-C, running:

for i = [1:10]
 printf("x=%d\r\n", i); 
 sleep(3); 
endfor

Ctrl-C will stop the program without running the whole loop - it appears to do
the stop after the sleep call.

If you get impatient and press Ctrl-C more than once whilst it is in the sleep
call it will display "Press Control-C again to abort."
Pressing ctrl-C again will kill octave.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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