Changeset [6c55391eb9ef8758226892f92d2a775d91a3e6fd] by Zach Dennis
July 4th, 2015 @ 03:18 AM
Update highline dependency to be 1.7.2 or greater.
This is because highland 1.7.2 fixes an issue where
terminal_size was returning the rows and columns in the wrong order
due to Ruby's IO::Console#winsize return value.
https://github.com/h3rald/rawline/commit/6c55391eb9ef8758226892f92d...
Committed by Zach Dennis
- M rawline.gemspec
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RawLine is a 100% Ruby library able to provide some of the functionality offered by ReadLine, plus additional features such as a more intuitive way to bind characters to specific keys or key sequences.