This commit is contained in:
Hannes Mehnert 2017-01-30 18:15:48 +00:00
parent d686cee613
commit dea12840a4

View file

@ -245,8 +245,8 @@ David - using a decent [unicode library](http://erratique.ch/software/uutf).
Notty back then was under heavy development, I spend several hours rebasing Notty back then was under heavy development, I spend several hours rebasing
jackline to updates in notty. What I got out of it is proper unicode support: jackline to updates in notty. What I got out of it is proper unicode support:
the symbol 茶 gets two characters width (and the layouting needs to keep track the symbol 茶 gets two characters width (see screenshot at top of page), and the layouting keeps track
of how many characters are already written on the terminal). how many characters are already written on the terminal.
I recommend to look into [notty](https://github.com/pqwy/notty) if you want to I recommend to look into [notty](https://github.com/pqwy/notty) if you want to
do terminal graphics in OCaml! do terminal graphics in OCaml!