[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Disable transformation of control characters on unix terminals
Source position: videoh.inc line 111
const NoExtendedFrame = False; |
The VT100 character set only has line drawing characters consisting of a single line. If this value is true, the line drawing characters with two lines will be automatically converted to single lines.
NoExtendedFrame can be implemented either through a constant, variable or property. You should under no circumstances assume that you can write to NoExtendedFrame, or take its address.