add some TODOs - lchat - A line oriented chat front end for ii. | |
git clone git://git.suckless.org/lchat | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit f68b3199f03330e26ec0f2d4371f3aa41bb6b425 | |
parent a343a2a5a2ada4f84aeca1de1e3f00ac21293281 | |
Author: Jan Klemkow <[email protected]> | |
Date: Thu, 19 Nov 2015 00:10:13 +0100 | |
add some TODOs | |
Diffstat: | |
M README.md | 10 ++++++++-- | |
1 file changed, 8 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/README.md b/README.md | |
@@ -2,9 +2,15 @@ line chat | |
========= | |
Line chat is the littel and small brother of cii. It is a front end for | |
-ii-like chat programs (e.g. [1] [2] [3]). It uses tail(1) -f to get the chat … | |
-background. | |
+ii-like chat programs (e.g. [1] [2] [3]). It uses tail(1) -f to get the chat | |
+output in background. | |
[1]: http://tools.suckless.org/ii/ | |
[2]: http://ratox.2f30.org/ | |
[3]: http://23.fi/jj/ | |
+ | |
+TODO | |
+---- | |
+ | |
+ * support for UTF-8 | |
+ * fix: cursor positions in cases of line wrapping |