bin:no-ansi: Add a label to each pattern
This commit is contained in:
@@ -8,6 +8,12 @@
|
|||||||
# sequences that are followed by additional bytes (e.g. CSI, OSC). This script
|
# sequences that are followed by additional bytes (e.g. CSI, OSC). This script
|
||||||
# covers no C1 sequences.
|
# covers no C1 sequences.
|
||||||
#
|
#
|
||||||
|
# The patterns cover the following escape sequences (from top to bottom):
|
||||||
|
# - CSI
|
||||||
|
# - OSC, DCS, PM & APC
|
||||||
|
# - SOS
|
||||||
|
# - All remaining sequences
|
||||||
|
#
|
||||||
# See:
|
# See:
|
||||||
# - https://en.wikipedia.org/wiki/ANSI_escape_code
|
# - https://en.wikipedia.org/wiki/ANSI_escape_code
|
||||||
# - https://www.ecma-international.org/wp-content/uploads/ECMA-35_6th_edition_december_1994.pdf
|
# - https://www.ecma-international.org/wp-content/uploads/ECMA-35_6th_edition_december_1994.pdf
|
||||||
|
|||||||
Reference in New Issue
Block a user