Known as the "7-bit C1 control function set" for '@' to '_' and the "Independant control functions" for '`' to '~' in standards, these are two-byte combinations which do not take any parameters. The first byte is always an ESC (0x1b) character. The second byte is from the range '@' (0x40) to '~' (0x7e) inclusive.
If a legal function which the terminal does not support is encountered, that function should be silently ignored.
An illegal function is defined as any ESC character followed by any character which is not in the range of '@' (0x40) to '~' (0x7e) inclusive.
When an illegal function is encountered, the terminal should attempt to make this known to the user in some manner. Commonly all or part of the function itself is displayed
Please feel free to comment on this item.
[
Please feel free to comment on this item.