`\cxds\n\cxds` gets translated as `{^}\\n{^}` rather than `{^}\n{^}`, which results in writing a literal "\n". May need to implement `\cxplvrnl` and `\cxplvrtab` in order to properly support whitespace characters.
\cxds\n\cxdsgets translated as{^}\\n{^}rather than{^}\n{^}, which results in writing a literal "\n".May need to implement
\cxplvrnland\cxplvrtabin order to properly support whitespace characters.