forked from util-linux/util-linux
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'column-handle-osc8-links' of https://github.com/juarezr…
…/util-linux * 'column-handle-osc8-links' of https://github.com/juarezr/util-linux: column: test ANSI SGR colors inside OSC 8 hyperlink escape codes column: handle ANSI SGR colors inside OSC 8 hyperlink escape codes column: test OSC 8 hyperlink escape sequences column: handle OSC 8 hyperlink escape sequences
- Loading branch information
Showing
3 changed files
with
66 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
A1234567890a D123^[[1;48;5;3m456789^[[49m0d | ||
B1^[[48;5;1m23456789^[[49m0b E12345^[[m67890e | ||
C12^[[48;5;3m3456789^[[49m0c F^[]8;;http://x.com^[\LINK^[]8;;^[\f | ||
A1234567890a E12345^[[m67890e | ||
B1^[[48;5;1m23456789^[[49m0b F^[]8;;file://COPYING^GCOPYING^[]8;;^Gf | ||
C12^[[48;5;3m3456789^[[49m0c G^[]8;;file://AUTHORS^[\AUTHORS^[]8;;^[\g | ||
D123^[[1;48;5;3m456789^[[49m0d H^[]8;;file://ABOUT-NLS^[\^[[1;34mABOUT-NLS^[[0m^[]8;;^[\h |
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