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 f58ed464b4275da4ca001095dc7e46b6e6c3558a
(DIR) parent e6f50b4e753b7186351eeec6fe04c21817001778
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Mon, 15 Aug 2016 00:26:19 -0500
Updated TODOs.
Diffstat:
README.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/README.rst b/README.rst
@@ -135,6 +135,7 @@ Primary Goals
- Support fuzzy matching in the `b` command (DONE)
- Raise the window when opening a new file (DONE)
- Support a configurable set of keybindings (i.e. rework the keyboard layer) (DONE)
+- Support multiple background colors at once (DONE)
- Support the following commands for keybindings
- escape (DONE)
- scrollup / scrolldown (DONE)
@@ -160,7 +161,6 @@ Primary Goals
- Allow runtime configuration of key bindings (TODO)
- Support a configurable set of mouse chords (TODO)
- Support runtime configuration of mouse chords (TODO)
-- Support multiple background colors at once (TODO)
- Support mouse button reassignment (TODO)
- Support runtime mouse button reassignment (TODO)
- Remove non-*nix OS support (Plan 9 has their own sam) (TODO)