Virtual printer escape sequences attributes

Escape sequence attributes begin with the letter e and are grouped under the _ _ESC group header attribute.

Typical PostScript printer values are:

_ _ESC ESCAPE SEQUENCES
ex     Command to Restore Printer Datastream Mode     \33[K\3\0\4\61
         (used only on restore)                       %?%GmY%{2}%>%t
                                                      %{8}%c%e%GmY%{
                                                      1}%+%c%;
ez     (used only on init/restore) Set initial        \33[K\5\0\4\61
         conditions                                   \10\0\0
         

These same values are stored in the colon file as:

:054:_ _ESC::
:514:ex::\33[K\3\0\4\61%?%GmY%{2}%>%t%{8}%c%e%GmY%{1}%+%c%;
:263:ez::\33[K\5\0\4\61\10\0\0