RELPy v0.3.1
Bug fixs
- Fix
REPLy
on Mac, caused by a wrong implementation ofioctl
. Remake entirely the implementation ofReply::Term::Size
in a more portable way. Inspired by (https://github.com/crystal-term/screen/blob/master/src/term-screen.cr.)
Internals
- Compute the term-size only once for each input. Fix slow performance when the size is taken from
tput
(ifioctl
fails). - Fix spec on windows due to '\n\r'.
- Fix typo ('p' was duplicate in 'dupplicate').