Support for the wildcard * in the mode.
The * does not change the corresponding character in the actual configuration. For instance if the actual mode is L1C1 and you call a setMode("C*L2"), the mode will be C1C1 (the * is replaced by the corresponding character of the actual mode).
Loading
Please sign in to comment