cursive-ide / cursive

Cursive: The IDE for beautiful Clojure code
590 stars 7 forks source link

Problem with some unicode characters in REPL #199

Open fbellomi opened 10 years ago

fbellomi commented 10 years ago

I just noticed that the REPL has problems with some unicode chars, such as \u2026 (three points). As an example, if you load the Lamina library https://github.com/ztellman/lamina/wiki/Channels

and try this snippet:

(enqueue ch 1) << ... >>

in the Cursive repl you get: (enqueue ch 1) => <<

ie. the output is truncated at \u2026

cursive-ide commented 10 years ago

Hmm, interesting - I wonder if this might be the terminal emulation. I'll see if I can reproduce this.