sent

Simple plaintext presentation tool
git clone https://git.sinitax.com/suckless/sent
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 2a8ec74a606069f3b263f8321865a9c29119be2f
parent ee2c810152df42098632a32f5f4547bc2df36b52
Author: Markus Teich <markus.teich@stusta.mhn.de>
Date:   Mon, 23 Jun 2014 11:58:33 +0200

add note to scalable fonts in config.def.h

Diffstat:
Mconfig.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -1,5 +1,6 @@ /* See LICENSE file for copyright and license details. */ +/* The three fields set to 0 have to stay that way for a scalable font */ static char font[] = "-*-dejavu sans condensed-bold-r-*-*-0-0-*-*-*-0-*-*"; #define NUMFONTS 30 #define FONTSZ(x) ((int)(100.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTS-1] */