From cb7aec1a76abb73ea6b9ed09a79a46f15175b6e8 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 20 Sep 2022 15:13:18 +0200 Subject: Use unicode box characters --- TODO | 66 +++++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/TODO b/TODO index 2650495..dcd62e0 100644 --- a/TODO +++ b/TODO @@ -17,22 +17,22 @@ II: Transform tabs into spaces. At the moment tabs remain as tabs when centered -r. Figure A: - /------------------------------------------\ - | 1234567890 | - | ________12 | - \------------------------------------------/ + ┌──────────────────────────────────────────┐ + │ 1234567890 │ + │ ________12 │ + └──────────────────────────────────────────┘ Figure B: - /------------------------------------------\ - | 1234567890 | - | ________12 | - \------------------------------------------/ + ┌──────────────────────────────────────────┐ + │ 1234567890 │ + │ ________12 │ + └──────────────────────────────────────────┘ Figure C: - /------------------------------------------\ - | 1234567890 | - | ________12 | - \------------------------------------------/ + ┌──────────────────────────────────────────┐ + │ 1234567890 │ + │ ________12 │ + └──────────────────────────────────────────┘ III: Add a new flag for assuming all lines are of the same length as the longest @@ -43,28 +43,28 @@ III: Add a new flag for assuming all lines are of the same length as the longest This new flag could potentially be -l. Figure A: - /------------------------------------------\ - | int | - | main(int argc, char **argv) | - | { | - | return EXIT_SUCCESS; | - | } | - \------------------------------------------/ + ┌──────────────────────────────────────────┐ + │ int │ + │ main(int argc, char **argv) │ + │ { │ + │ return EXIT_SUCCESS; │ + │ } │ + └──────────────────────────────────────────┘ Figure B: - /------------------------------------------\ - | int | - | main(int argc, char **argv) | - | { | - | return EXIT_SUCCESS; | - | } | - \------------------------------------------/ + ┌──────────────────────────────────────────┐ + │ int │ + │ main(int argc, char **argv) │ + │ { │ + │ return EXIT_SUCCESS; │ + │ } │ + └──────────────────────────────────────────┘ Figure C: - /------------------------------------------\ - | int | - | main(int argc, char **argv) | - | { | - | return EXIT_SUCCESS; | - | } | - \------------------------------------------/ + ┌──────────────────────────────────────────┐ + │ int │ + │ main(int argc, char **argv) │ + │ { │ + │ return EXIT_SUCCESS; │ + │ } │ + └──────────────────────────────────────────┘ -- cgit v1.2.3