hannesm / jackline

minimalistic secure XMPP client in OCaml
BSD 2-Clause "Simplified" License
250 stars 20 forks source link

fix #188 terminal cleanup problem #197

Closed cfcs closed 5 years ago

cfcs commented 5 years ago

fix #188 by putting a lower bound on the recent notty release which fixes the upstream problem, see https://github.com/pqwy/notty/issues/22

Tested on Mac OS (where the problem was fixed by this) and Linux (where I didn't have the problem, but tested that it didn't break anything obvious).

cfcs commented 5 years ago

Fixed in master