|
| From: | Pantxo Diribarne |
| Subject: | [Octave-bug-tracker] [bug #55854] Pause deactivated permanently after making (gui) interpreter - console the active window |
| Date: | Sun, 17 Mar 2019 17:28:07 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0 |
Follow-up Comment #8, bug #55854 (project octave):
@Mike: You are right this bug has nothing to do with the other. Sorry but I
got lost again: does "kbhit" without argument work in glibc 2.28? If so, you
should be able to reproduce this bug by doing
kbhit (); ## Click after the current cursor.
## -> ans =
kbhit ()
## -> ans = [
kbhit ()
## -> ans = C
kbhit ()
## -> ans =
kbhit ()
## -> ans = [
kbhit ()
## -> ans = C
...
The problem here is that clicking on a potentially editable area of the
command window (after the current cursor) now emits as many "\E[C" (key Right)
keyboard events as necessary to reach the clicked position.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?55854>
_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |