Skip to content

tio v1.29

Compare
Choose a tag to compare
@lundmar lundmar released this 28 Jan 01:26
· 851 commits to master since this release
v1.29

Changes since tio v1.28:

  • Add mapping flags INLCRNL and ODELBS

    The following new mapping flags are added:

    INLCRNL: Map NL to CR-NL on input.
    ODELBS: Map DEL to BS on output.

    Flags requested and tested by Jan Ciger (janoc).