Merge branch 'master' into experimental - sam - An updated version of the sam t… | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 12c6d12c65eef2dc2393d5a918731113ca15bc00 | |
parent cc466409751bfb9d4aa8fa796b14eb34f66d7137 | |
Author: Rob King <[email protected]> | |
Date: Fri, 7 Oct 2016 09:25:54 -0500 | |
Merge branch 'master' into experimental | |
Diffstat: | |
README.rst | 7 +++++-- | |
1 file changed, 5 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/README.rst b/README.rst | |
@@ -208,8 +208,8 @@ Primary Goals | |
- write (DONE) | |
- nextlayer / prevlayer (TODO) | |
- maximize / tile left / tile right (TODO, also looking into acme-like til… | |
- - look (TODO) | |
- - /regex (TODO) | |
+ - look (DONE) | |
+ - /regex (DONE) | |
- send (DONE) | |
- eol / bol (DONE) | |
- Support a configurable scroll factor; | |
@@ -232,11 +232,13 @@ Primary Goals | |
remove all legacy code (TODO) | |
- Compile with no warnings, | |
with all warnings and `-pedantic` enabled on GCC in C99 mode (TODO) | |
+- Run with no Valgrind-detected leaks or errors (TODO) | |
Stretch Goals | |
------------- | |
- Remove Xt dependency (TODO) | |
- Switch to a more X11-y model (e.g. one child window per layer) (TODO) | |
+- Shell windows (TODO) | |
Very Unlikely Goals | |
------------------- | |
@@ -323,6 +325,7 @@ RamKromberg | |
Erez Schatz | |
Helped debug non-Latin keyboard support. | |
+ Evangelism. | |
If I've forgotten you in this list of credits, please accept my apologies and … | |