From dea12840a41a34f51fe5f42538c3e1f22657dbf1 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Mon, 30 Jan 2017 18:15:48 +0000 Subject: [PATCH] . --- Posts/Jackline | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Posts/Jackline b/Posts/Jackline index 9780ad6..fffb13a 100644 --- a/Posts/Jackline +++ b/Posts/Jackline @@ -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 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 -of how many characters are already written on the terminal). +the symbol 茶 gets two characters width (see screenshot at top of page), and the layouting keeps track +how many characters are already written on the terminal. I recommend to look into [notty](https://github.com/pqwy/notty) if you want to do terminal graphics in OCaml!