diff -r c6f61cc30e1d -r 94ebff4074d2 st.suckless.org/index.md
--- a/st.suckless.org/index.md Mon Feb 06 21:34:39 2012 +0100
+++ b/st.suckless.org/index.md Wed Feb 08 00:07:53 2012 +0100
_AT_@ -30,14 +30,15 @@
* 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):
_AT_@ -116,7 +117,7 @@