update TODO - sob - simple output bar
(HTM) git clone git://git.codemadness.org/sob
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b2be349090eddfd8f22c3c7efed4428ffbb188d9
(DIR) parent ecbcb2bbd312eba1c8dcd5194c253c2d1da448da
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 11 Oct 2014 00:17:52 +0000
update TODO
Diffstat:
M TODO | 14 --------------
1 file changed, 0 insertions(+), 14 deletions(-)
---
(DIR) 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).