You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a TADS 3 game, Lectrote reports that systemInfo(SysInfoTextColors) == SysInfoTxcRGB, but it actually seems to act like SysInfoTxcNone. Here is a sample game which in Lectrote falsely claims to support colors. In other interpreters, it either correctly claims not to support colors or it successfully displays some text in green.
The text was updated successfully, but these errors were encountered:
In a TADS 3 game, Lectrote reports that
systemInfo(SysInfoTextColors) == SysInfoTxcRGB
, but it actually seems to act likeSysInfoTxcNone
. Here is a sample game which in Lectrote falsely claims to support colors. In other interpreters, it either correctly claims not to support colors or it successfully displays some text in green.The text was updated successfully, but these errors were encountered: