summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-09-06 09:22:21 +0300
committerPaul Buetow <paul@buetow.org>2021-09-06 09:22:21 +0300
commit2c1c70313bb03cf2b2d7e7afadb07a48ff6bb690 (patch)
tree2ea3402bc6dd2d3e3ce0754eb3d5c90305e87c2e /TODO.md
parentc895b3c8293ddbf46d66278061d7e0127adc57f7 (diff)
REMOTE and CLIENT colors are brushed correctly too now
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 7fbcca4..435d153 100644
--- a/TODO.md
+++ b/TODO.md
@@ -5,6 +5,11 @@ This is a loose list of what to do. Maybe for the next releae or maybe for a lat
[x] Finalize default color schema
[x] Use a buffered string builder for brushing the colors in the client.
+[x] Extended color table output (print whole paragraphs in colors)
+[x] Have different color conf sections (by REMOTE, CLIENT, SERVER)
+[x] Paint ^CLIENT messages (e.g. use yellow backgrounds here)
+[x] Paint ^SERVER messages (e.g. use cyan backgrounds here)
+[ ] Fix JSONSchema for the colors
[ ] Implement Benchmark cat-ing a file and compare to prev version.
[ ] Client 4.x should print a warning when trying to connect to a 3.x server.
-[ ] Fix paintClientStats
+[ ] Update docs for color configuration