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

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

[Octave-bug-tracker] [bug #56976] pause() with no arguments returns imme


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #56976] pause() with no arguments returns immediately on Linux
Date: Sat, 5 Oct 2019 10:43:11 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

Follow-up Comment #13, bug #56976 (project octave):

Confirmed.

The fact this is script is essential.
I can reproduce this.

If I use the following script:


plot(1:3)
pause
plot(1:5)
pause
plot(1:10)
pause


(In octave --gui)
On first run it pauses after first plot (1:3) and after
clicking on the command windows plot jumps to the last one 
(1:10) and returns to prompt immediately. 
Subsequent runs of the script in the same octave 
session it does not pause at all. 

In cli version it works as expected. Unfortunately I do not have Fedora 30 any
more to check it there.

Dmitri.
-- 



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56976>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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