summaryrefslogtreecommitdiff
path: root/misc/ruby-ansi/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2015-02-03Update ruby-ansi to 1.5.0.taca1-18/+18
## 1.5.0 | 2015-01-16 ANSI 1.5 introduces one change that is not backward compatiable. The `:clear_line` code no longer clears to the end of the line. Instead it clears the entire line. If you have used this in the past you will need to update your code to use `:clear_eol` or `:clear_right` instead. In addition this release finally fixes some long time issues with Windows compatability, and a few other bugs. Yeah! Changes: * Alias `:right` and `:left` as `:forward` and `:back` respectively. * Change `:clear_line` to clear whole line, not just to the end of line. * Add `:cursor_hide` and `:cursor_show` codes. * Fix and adjust #rgb method to work as one would expect. * Fix Windows compatability (old code was alwasy using stty). * Fix duplicated hash key in chart.rb.
2012-09-16Update ruby-ansi to 1.4.3.taca1-15/+16
== 1.4.3 | 2012-06-26 This release bring two small changes. The first improves support for Windows by only rescuing LoadError when 'win32console' fails to load. The second improves the heuritstics used for determining the current terminal screen width. Changes: * Only rescue LoadError on windows require. (#9) [bug] * Improvements for getting proper screen width.
2012-03-01Importing ruby-ansi package version 1.4.2.taca1-0/+49
The ANSI project is a collection of ANSI escape code related libraries enabling ANSI code based colorization and stylization of output. It is very nice for beautifying shell output.