This apply is called to allow post-processing of output from the ed
line editor before it is sent to the user. This is useful for
colorizing, formatting, or otherwise modifying ed's output.
**Arguments:**
- `msg`: The output message from the ed editor
- `fname`: The filename being edited, or 0 if not available
**Return Value:**
- If this apply returns a non-zero value, the driver will not send
the original message (the mudlib is expected to handle output)
- If this apply returns 0 or is not defined, the driver sends the
message normally
This apply only works when the `RECEIVE_ED` compile-time option is
enabled in `local_options`. It is typically used with `OLD_ED` mode.
Some error messages still bypass this apply and go directly to output.