diff --git a/doc/foot-ctlseqs.5.scd b/doc/foot-ctlseqs.5.scd index 5a28d448..63609e93 100644 --- a/doc/foot-ctlseqs.5.scd +++ b/doc/foot-ctlseqs.5.scd @@ -4,8 +4,7 @@ foot-ctlseqs(5) This document describes all the control sequences supported by foot. -- CC0 - 7-bit control characters -- CC1 - 8-bit control sequences (*not supported*) +- Control characters - Sequences beginning with ESC - CSI - Control Sequence Introducer - SGR @@ -16,7 +15,7 @@ This document describes all the control sequences supported by foot. - OSC - Operating System Command - DCS - Device Control String -# CC0 - 7-bit control characters +# Control characters [[ *Sequence* :[ *Name* @@ -50,10 +49,6 @@ This document describes all the control sequences supported by foot. : SS1 : Shift in; select the _G0_ character set. -# CC1 - 8-bit control sequences - -Foot does not support any CC1 control sequences. - # Sequences beginning with ESC Note: this table excludes sequences where ESC is part of a 7-bit @@ -623,3 +618,6 @@ are terminated by *\\E\\* (ST). | \\EP = 2 s ST : End application synchronized updates +# FOOTNOTE + +Foot does not support 8-bit control characters ("CC1").