update TODO - sob - simple output bar | |
git clone git://git.codemadness.org/sob | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit b2be349090eddfd8f22c3c7efed4428ffbb188d9 | |
parent ecbcb2bbd312eba1c8dcd5194c253c2d1da448da | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 11 Oct 2014 00:17:52 +0000 | |
update TODO | |
Diffstat: | |
M TODO | 14 -------------- | |
1 file changed, 0 insertions(+), 14 deletions(-) | |
--- | |
diff --git a/TODO b/TODO | |
@@ -1,15 +1 @@ | |
-- option to not clear whole screen but just make a newline | |
- (use store / restore escape code?). | |
-- change non-block read to read until EWOULDBLOCK / EAGAIN: | |
- | |
-- support double width chars?: | |
- | |
- 19:14 < retard> you might need wcwidth too | |
- 19:14 < retard> many unicode characters are double width | |
- 19:15 < retard> i expect i'll be submitting patches for this | |
- | |
-- for history, on exit failure, don't clear line. | |
-- scripts: for word complete, if there is only one match, just print directly. | |
-- optimize: | |
- reduce redraws (line_redraw and line_cursor_update). |