Enum ForceOption

Some methods will try not to send unnecessary commands to the screen. You can override their judgement using a ForceOption parameter, if present

enum ForceOption : int { ... }

Enum members

NameDescription
alwaysSend always send the data, even if it doesn't seem necessary
automatic automatically decide what to do (best, unless you know for sure it isn't right)
neverSend never send the data. This will only update Terminal's internal state. Use with caution.