forked from busyloop/lolcat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix support for legacy terminals (Urxvt)
Thanks to u/katie-is-gay for tracking this down: https://www.reddit.com/r/archlinux/comments/cnvlsa/lolcat_colors_glitched_only_at_urxvt/ewelhfn And to @incomingstick for reporting it: busyloop#99 Also thanks to @XVilka for maintaining an absurdly comprehensive guide on Truecolor terminal support: https://gist.github.com/XVilka/8346728 TLDR: We no longer rely on 24bit auto-detection by the Paint gem. Lolcat now performs its own detection and otherwise defaults 256 colors. The auto-detection is only a qualified guess. Use the -t flag to ensure highest rainbow fidelity. Fixes busyloop#97
- Loading branch information
Showing
3 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Lolcat | ||
VERSION = "99.9.99" | ||
VERSION = "100.0.0" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters