bdf69da526
From the suckless announcement, the biggest changes are: * New drawing code, which is way more faster and comparable to the other terminals out there. * Many new escape sequences are supported: * setting the title * LNM, KAM, SI, SO, SUB, CAN, DA, DECID. OSC, DSC, PM, APC, CHT, HTS, CBT, SM, RM, standout mode ??? (See st.info.) * Linedrawing is now supported * Xft and Fontcache is now used to draw fonts. * support for italic and bold italic font drawing * Some more commandline parameters are available. (See manpage.) * easy debugging with: st -o - | cat -v * nyancat(1) works. * external support of utmp entries by using utmp(1) ok gonzalo@
22 lines
640 B
Plaintext
22 lines
640 B
Plaintext
$OpenBSD: patch-config_def_h,v 1.3 2012/11/05 13:24:39 zinke Exp $
|
|
--- config.def.h.orig Fri Nov 2 20:08:27 2012
|
|
+++ config.def.h Sun Nov 4 17:33:01 2012
|
|
@@ -1,7 +1,7 @@
|
|
/* See LICENSE file for copyright and license details. */
|
|
|
|
/* appearance */
|
|
-static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
|
|
+static char font[] = "Liberation Mono:pixelsize=12:antialias=true:autohint=false";
|
|
static unsigned int borderpx = 2;
|
|
static char shell[] = "/bin/sh";
|
|
|
|
@@ -25,7 +25,7 @@ static const char *colorname[] = {
|
|
"blue2",
|
|
"magenta3",
|
|
"cyan3",
|
|
- "gray90",
|
|
+ "gray",
|
|
|
|
/* 8 bright colors */
|
|
"gray50",
|