|
| From: | Dmitri A. Sergatskov |
| Subject: | [Octave-bug-tracker] [bug #55029] pause causes hang |
| Date: | Fri, 23 Nov 2018 11:39:16 -0500 (EST) |
| User-agent: | Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0 |
Follow-up Comment #42, bug #55029 (project octave):
On Fedora 28 it is kind of hit-and-miss:
octave:11> disp ("Type a character")
Type a character
octave:12> pause (5)
aoctave:13> c = kbhit (0)
c = a
octave:14> disp ("Type a character")
Type a character
octave:15> pause (5)
aoctave:16> c = kbhit (0)
c =
octave:17> disp ("Type a character")
Type a character
octave:18> pause (5)
aoctave:19> c = kbhit (0)
c = a
octave:20> disp ("Type a character")
Type a character
octave:21> pause (5)
aoctave:22> c = kbhit (0)
c =
Dmitri.
--
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?55029>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |