code/__DEFINES/computer4_defines.dm 
| WIRELESS_FILTER_PROMISC | Forward all packets |
|---|---|
| WIRELESS_FILTER_NETADDR | Forward only bcast/unicast matched GPRS packets |
| WIRELESS_FILTER_ID_TAGS | id_tag based filtering, for non-GPRS Control. |
| WIRELESS_FILTER_MODEMAX | Max of WIRELESS_FILTER_* Defines. |
| THINKDOS_MAX_COMMANDS | The maximum amount of commands |
| THINKDOS_SYMBOL_SEPARATOR | Lets you split stdin into distinct commands |
| ANSI_CSI | ANSI CSI seq ESC [ |
| ANSI_SGR | Generate an ANSI SGR escape code dynamically. |
| _ANSI_SGR_CONSTFOLD | Internal only, Variant of ANSI_SGR that can const fold and stringifies literally. |
Define Details
ANSI_CSI 
ANSI CSI seq ESC [
ANSI_SGR 
Generate an ANSI SGR escape code dynamically.
THINKDOS_MAX_COMMANDS 
The maximum amount of commands
THINKDOS_SYMBOL_SEPARATOR 
Lets you split stdin into distinct commands
WIRELESS_FILTER_ID_TAGS 
id_tag based filtering, for non-GPRS Control.
WIRELESS_FILTER_MODEMAX 
Max of WIRELESS_FILTER_* Defines.
WIRELESS_FILTER_NETADDR 
Forward only bcast/unicast matched GPRS packets
WIRELESS_FILTER_PROMISC 
Forward all packets
_ANSI_SGR_CONSTFOLD 
Internal only, Variant of ANSI_SGR that can const fold and stringifies literally.