Update 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 57bc580ed80785ffd62e527fa35262f699fc17bd
(DIR) parent 8af7e5c04a842c0109e309b2a04c9140b7e3e9ac
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Wed, 4 Jan 2017 17:40:11 -0600
Update TODOs.
Diffstat:
README.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/README.rst b/README.rst
@@ -225,8 +225,8 @@ Primary Goals
- Support runtime configuration of mouse chords (DONE)
- Support mouse button reassignment (TODO)
- Support runtime mouse button reassignment (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)
+- Remove external command FIFO, switch to UNIX domain sockets for IPC
+ (email me if you want to know why I think this is a good idea) (DONE)
- Support the CDPATH environment variable for the `cd` command (TODO)
- Split the man page into documentation for `samterm`, `sam`, `keyboard`, and `samrc` (DONE)
- Add localization support (TODO)