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:59:12 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

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

Also, having plot in there seems to be important too.
The script 



$ cat tpause2.m 
disp("1")
pause
disp("2")
pause
disp("3")
pause



works as expected in both --gui and cli version.

Moreover, if I run this script first, then the script with plots (tpause)
works as expected. And if I run tpause first it messes up the tpause2 as
well!

This one works


>> tpause2
1

2

3

>> tpause



>>


This one does not:


>> tpause
                                                                             
>>
>> tpause2
1
2
3
>>



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]