0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Feb 26, 2025 — Feb 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved write action to end of function instead of defer More... about 12 years ago
Using buffer for synchronized write action More... about 12 years ago
Fix short write bug More... about 12 years ago
Fix short write error More... about 12 years ago
Add note on [reset] More... about 12 years ago
Update README.md with new Print* functions More... about 12 years ago
Renamed readme.md > README.md More... about 12 years ago
Add fmt.Print* wrappers More... about 12 years ago
Actually calculating n (written bytes counter) Fixed slices More... over 12 years ago
checking all writes. renamed ColorWriter's field w to writer returning length of originally passed in bytes More... over 12 years ago
Added colorwriter (colors writes) More... over 12 years ago
Updated example with MustParseln methods. Added reference to example in readme.md More... almost 13 years ago
readme.md link fix More... about 13 years ago
Multi-line license file. Stating license in readme.md More... about 13 years ago
Merge branch 'master' of github.com:foize/go.sgr More... about 13 years ago
Copyright Foize B.V. BSD 3-clause license. More... about 13 years ago
Small readme.md and doc.go update. More... about 13 years ago
Updated readme.md and doc.go. More... about 13 years ago
Unexported sgrStart, fgColorStart, bgColorStart, sgrEnd. More... about 13 years ago
Remove builder, directly using bytes.Buffer. Removed combine methods. Users can append constants directly. Added blockCodeMap for colors and options. Added FgColor and BgColor methods that create a sgr color string. Updated example. More... about 13 years ago
Removed colors and options as types. Added those as simple strings in the sgr.go file. More... about 13 years ago
Improved intro text. Added todo. More... about 13 years ago
Combine deprecated message. More... about 13 years ago
s/blockcode/code More... about 13 years ago
codeblock for escaped string example. More... about 13 years ago
Extended error message about escaping. Added escaping in readme.md More... about 13 years ago
For the escaped square bracket leave the last one out. More... about 13 years ago
Updated doc.go More... about 13 years ago
Updated doc.go More... about 13 years ago
Added doc.go More... about 13 years ago