-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cellbuf): add common sequence decoding utilities (#342)
* feat(cellbuf): add common sequence decoding utilities This abstracts the decoding of Select Graphic Rendition (SGR) escape sequences and hyperlink escape sequences from the cellbuf package. This will allow other packages to use these utilities without having to duplicate the code. * fix: add missing max util for go < 1.21 * chore: remove unused
- Loading branch information
1 parent
62850e9
commit e24d5c3
Showing
6 changed files
with
699 additions
and
662 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
Oops, something went wrong.