commit f74aefe5b07356e2c8b2de280e56e731e8ffe4da parent 1a8f32a8d3801213fe0fff0323bb3c181ab8f8b1 Author: Kai Hendry <hendry@webconverger.com> Date: Sun, 6 Jan 2013 08:55:44 +0800 Fix markdown listing Diffstat:
M | st.suckless.org/index.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/st.suckless.org/index.md b/st.suckless.org/index.md @@ -28,6 +28,7 @@ See the [TODO](http://git.suckless.org/st/plain/TODO) file for what needs to be implemented or fixed. What has been implemented: + * 256 colors * most VT10X escape sequences * utf8 @@ -37,9 +38,8 @@ What has been implemented: * resize * shortcuts via config.h * line drawing -(This list might be out of date due to st being a moving project.) -See the "[goals](http://st.suckless.org/goals)" section for more details. +See the [goals](http://st.suckless.org/goals) section for more details. Configuration -------------