tRefer to TODO from README - ve - a minimal text editor (work in progress)
HTML git clone git://src.adamsgaard.dk/ve
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit b105c3d1cbc3e7d0f50e1d0e9a001da7a369578f
DIR parent a2c172c4ef4dc7d4a46ec520f300afaefb937446
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 7 Aug 2019 11:39:47 +0200
Refer to TODO from README
Diffstat:
M README | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
DIR diff --git a/README b/README
t@@ -7,6 +7,8 @@ Design goals:
- Easy interfacing to external processes
- No scripting support but allow user configuration before compilation
+There is still lots to do, see TODO for missing but planned features.
+
Build requirements:
- C99 compiler (gcc, clang)
- glibc or musl (others might work too)