I'm trying to make the background color appear 50/50, and I seem to have run into a stone wall. This is what I have attempted to do with regsubex, but it doesn't quite work out the way I want it to be:
Code:
on *:input:#:{
  if $left($1,1) != / { var %1 12,11, %2 11,14
    echo # $+($regsubex($1-,/(.)/g,$iif(2 \\ \n,$+($chr(3),%1,\1))),$&
      $regsubex($1-,/(.)/g,$iif(2 \\ \n,$+($chr(3),%2),\1))) | haltdef
  }
}
The text itself looks jumbled. If anyone has a better idea, please show me the way.