diff options
author | Christoph Lohmann <20h@r-36.net> | 2012-10-28 14:13:39 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2012-10-28 14:13:39 +0100 |
commit | 1d378227c0349d83c540771815250c4506d578f3 (patch) | |
tree | 54b66dfdb601a41ed93903834e0af09cc0fccf7a | |
parent | c5dd7fb377d4bfe9988ef150a55b4a3756d09524 (diff) | |
download | st-1d378227c0349d83c540771815250c4506d578f3.tar.gz st-1d378227c0349d83c540771815250c4506d578f3.zip |
Removing the now senseless comment in config.def.h. Thanks to bnwe!
-rw-r--r-- | config.def.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h index 67b1316..a8f48ea 100644 --- a/config.def.h +++ b/config.def.h | |||
@@ -1,8 +1,4 @@ | |||
1 | 1 | ||
2 | /* | ||
3 | * Do not include the »pixelsize« parameter in your font definition. It is | ||
4 | * used to calculate zooming. | ||
5 | */ | ||
6 | #define FONT "Liberation Mono:pixelsize=12:antialias=false:autohint=false" | 2 | #define FONT "Liberation Mono:pixelsize=12:antialias=false:autohint=false" |
7 | 3 | ||
8 | /* Space in pixels around the terminal buffer */ | 4 | /* Space in pixels around the terminal buffer */ |