Ticket #73 (closed defect: fixed)
If several lines are pasted in, Haskeline may ignore all but the first
| Reported by: | judah | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.6.* |
| Version: | 0.6 | Keywords: | |
| Cc: |
Description
Take a program running Haskeline, and paste in several lines at once. After the first line, most or all of the input will be gone.
The problem is that on POSIX, in order to process Unicode input efficiently we read ahead in the buffer and don't put back what we haven't used.
Change History
Note: See
TracTickets for help on using
tickets.
