Convert line endings to CRLF in sample ANSI files

I used:
    cd samples && sed -i 's/$/\r/' *

A git diff across branches suggests that this command gives the same results:
    src/textual_paint/paint.py --recode-samples

And --recode-samples is now idempotent, for the current set of sample files.
This commit is contained in:
Isaiah Odhner 2023-05-03 15:48:47 -04:00
parent 1eccb1b98a
commit cf81a4236a
6 changed files with 144 additions and 144 deletions