commit 7690ab4f816e4568df4ef398f62be50283d645ed
parent 4565115a25a51fe775425fb129ccaf49a83971ee
Author: Aurélien Aptel <aurelien.aptel@gmail.com>
Date: Wed, 8 Feb 2012 00:07:53 +0100
st 0.2 release.
Diffstat:
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/st.suckless.org/index.md b/st.suckless.org/index.md
@@ -30,14 +30,15 @@ See the "[goals](http://st.suckless.org/goals)" section for a list of features t
* most VT10x escape sequences
* utf8
* X11 copy/paste
+* antialiased fonts (experimental, see xft branch in the repo)
Configuration
-------------
The configuration is done in `config.h` (like in dwm). You can define:
-* TERM
-* fonts
+* TERM environnement variable
+* fonts (you can use `xfontsel(1)` to generate a valid XLFD)
* default colors
* special key
* line drawing characters. The VT100 name is used as an index in the `gfx` array. From terminfo(5):
@@ -116,7 +117,7 @@ Links
Download
--------
-* [st 0.1.1](http://hg.suckless.org/st/archive/0.1.1.tar.gz) (2011-04-02)
+* [st 0.2](http://hg.suckless.org/st/archive/0.2.tar.gz) (2012-02-08)
* tip tarball: [http://hg.suckless.org/st/archive/tip.tar.gz](http://hg.suckless.org/st/archive/tip.tar.gz)
* [MIT/X Consortium license](http://hg.suckless.org/st/raw-file/tip/LICENSE)
diff --git a/suckless.org/index.md b/suckless.org/index.md
@@ -5,6 +5,10 @@ Read more about our [philosophy](/manifest) and join us on the [mailing list](/c
News
====
+2012-02-08
+----------
+[st 0.2](http://st.suckles.org) released: [download](http://hg.suckless.org/st/archive/0.2.tar.gz)
+
2012-01-08
----------
[dmenu 4.5](http://tools.suckless.org/dmenu) released: [download](http://dl.suckless.org/tools/dmenu-4.5.tar.gz)