Updated TODOs. - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 01ad626bdf6f0bfd7cea3f101193cf814687bab5
 (DIR) parent e260286ffdebb8d031f6ebe761f8194ecb40b6b7
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Tue, 13 Sep 2016 10:32:37 -0500
       
       Updated TODOs.
       
       Diffstat:
         README.rst                          |       9 ++-------
       
       1 file changed, 2 insertions(+), 7 deletions(-)
       ---
 (DIR) diff --git a/README.rst b/README.rst
       @@ -194,22 +194,17 @@ Primary Goals
            - eol / bol (DONE)
        - Support a configurable scroll factor;
          scrolling is a bit drastic now (DONE)
       -- Support Unicode beyond the Basic Multilingual Plane
       -  (note that this will break the sam binary protocol,
       -  so this version of samterm won't work with other sams!
       -  Email me if you think this is a bad idea; I'm willing to reconsider) (TODO)
       +- Support Unicode beyond the Basic Multilingual Plane (TODO)
        - Support font fallback (TODO)
        - Allow runtime configuration of key bindings (DONE)
        - Support a configurable set of mouse chords (DONE)
        - Support runtime configuration of mouse chords (DONE)
        - Support mouse button reassignment (TODO)
        - Support runtime mouse button reassignment (TODO)
       -- Remove non-*nix OS support (Plan 9 has their own sam) (TODO)
        - Remove external command FIFO, switch to X ClientMessage messages for IPC
          (email me if you want to know why I think this is a good idea) (TODO)
        - Support the CDPATH environment variable for the `cd` command (TODO)
       -- Split the man page into documentation for `samterm`, `sam`, `keyboard`, and `samrc`
       -  (if and when `samrc` becomes a thing) (TODO)
       +- Split the man page into documentation for `samterm`, `sam`, `keyboard`, and `samrc` (DONE)
        - Add localization support (TODO)
        - Add a Desktop Entry file, icon, etc (TODO)
        - Create RPMs, DEBs, etc (TODO)