Source position: fpterm.controller.pas line 41
type TTerminalStateMachineState = ( |
tsmsInitial, |
tsmsESC, |
tsmsESC_SP, |
tsmsESC_Hash, |
tsmsESC_Percent, |
tsmsCSI, |
tsmsOSC, |
tsmsOSC_ESC, |
tsmsDCS, |
tsmsDCS_ESC, |
tsmsDesignateG0123CharacterSet94, |
tsmsDesignateG0123CharacterSet94_Percent, |
tsmsDesignateG0123CharacterSet94_Quote, |
tsmsDesignateG0123CharacterSet94_Ampersand, |
tsmsDesignateG0123CharacterSet96, |
tsmsUTF8_1ByteLeft, |
tsmsUTF8_2BytesLeft, |
tsmsUTF8_3BytesLeft, |
tsmsVT52_Initial, |
tsmsVT52_ESC, |
tsmsVT52_ESC_Y, |
tsmsVT52_ESC_Y_Ps |
); |