~petersanchez/st

b686347fd63835686a4c13d4e91f742f28a1b7ee — Markus F.X.J. Oberhumer 3 years ago 4b12ab4
Mild const-correctness improvements.

Only touch a few things, the main focus is to
improve code readability.
1 files changed, 1 insertions(+), 1 deletions(-)

M config.h
M config.h => config.h +1 -1
@@ 6,7 6,7 @@
 * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
 */
// static char *font = "mono:pixelsize=14:antialias=true:autohint=true";
static char *font = "DejaVu Sans Mono:pixelsize=14:antialias=true:autohint=true";
static char *font = "DejaVu Sans Mono:pixelsize=17:antialias=true:autohint=true";
static int borderpx = 2;

/*