URI: 
       updated TODO. - st - simple terminal
  HTML git clone https://git.parazyd.org/st
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 32e160c939ba1c6bdda7b2181c72ca6df06d94ad
   DIR parent 42344b715420a26a5711bb687a0e5f68bbcd3c86
  HTML Author: Aurélien Aptel <aurelien.aptel@gmail.com>
       Date:   Wed,  1 Sep 2010 22:54:28 +0200
       
       updated TODO.
       
       Diffstat:
         M TODO                                |      18 +++++++++++++++---
       
       1 file changed, 15 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/TODO b/TODO
       @@ -1,3 +1,15 @@
       -  - total rewrite of X code (pixmap, mouse, copy-paste, ...)
       -  - write a clean terminfo entry
       -  - handle utf8 
       +vt emulation
       +------------
       +
       +* screen erased with background color ## capname:bce
       +* back tab                            ## capname:cbt ## seq:CSI Z
       +* ...
       +
       +code & interface
       +----------------
       +
       +* clean selection code
       +* use the real x11 clipboard
       +* clean terminfo entry
       +* utf8
       +* ...