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

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

[Octave-bug-tracker] [bug #44661] The "pause" command with no parameter:


From: Rik
Subject: [Octave-bug-tracker] [bug #44661] The "pause" command with no parameter: strange behavior
Date: Mon, 30 Mar 2015 01:13:51 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

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

Attached is a straightforward test script test_pause.m.


pause ();
disp ("1");
pause ();
disp ("2");
pause ();
disp ("3");
pause ();
disp ("4");


You should need to press Enter 4 times to proceed through the script and each
key stroke will be numbered.  Executing on Linux in the CLI or GUI is fine. 
On Windows XP, the CLI works fine.  It is only the GUI on Windows XP which has
a problem.

Just to confirm, perhaps Giorgio can test whether running the CLI works for
him.  If so, then this is a GUI terminal interaction problem.


(file #33484)
    _______________________________________________________

Additional Item Attachment:

File name: pause_test.m                   Size:0 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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