aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-09-20 15:13:18 +0200
committerThomas Voss <mail@thomasvoss.com> 2022-09-20 15:13:18 +0200
commitcb7aec1a76abb73ea6b9ed09a79a46f15175b6e8 (patch)
treec7d14050933a5c544c790dd9f4cbdd554e667931
parentfce316e9d331c12b424b5f66fa6bd034b246809f (diff)
Use unicode box characters
-rw-r--r--TODO66
1 files 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; │
+ │ } │
+ └──────────────────────────────────────────┘