Source position: fpterm.controller.pas line 80
type TTerminalModeFlags = set of ( |
tmfCursorKeysSendApplicationSequences, |
tmfAutoNewLine, |
tmfAutoWrapMode, |
tmfBracketedPasteMode, |
tmfSend8BitC1Controls, |
tmfAllow80To132ModeSwitching, |
tmfInsertMode, |
tmfOriginMode, |
tmfSendReceiveMode, |
tmfKeyboardActionMode, |
tmfReverseVideo, |
tmfUTF8Mode |
); |