id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
6,The same input can produce a different event sequence depending on rate getEvent is called.,coconnor,coconnor," 1. Run test/Test.hs
 1. Escape key down ; Escape key up ; Key ':' down ; Key ':' up
 1. Apply the attached patch to Test.hs. This patch adds a delay between getEvent calls.
 1. Run test/Test.hs
 1. Escape key down ; Escape key up ; Key ':' down ; Key ':' up
 
The expectation is that the same input sequence from the terminal will produce the same event sequence from getEvent regardless of the delay between times getEvent is called.

In the first run the test program will exit before reading in the "":"" character. In the second run the test program will likely recognize the input as the event ""EvKey (KASCII ':') [MMeta]"" Which is different than the sequence of events ""EvKey KEsc []"" ; ""EvKey (KASCII ':') []"" that was produced without the added delay.",defect,assigned,major,,Uncategorized,,,,jeanphilippe.bernardy@…
