22d4127ff2
st is a simple virtual terminal emulator for X which sucks less. ok dcoppa@
22 lines
524 B
Plaintext
22 lines
524 B
Plaintext
$OpenBSD: patch-config_def_h,v 1.1.1.1 2011/09/23 14:41:31 zinke Exp $
|
|
--- config.def.h.orig Sun Apr 3 21:04:45 2011
|
|
+++ config.def.h Fri Sep 16 12:47:24 2011
|
|
@@ -14,7 +14,7 @@ static const char *colorname[] = {
|
|
"blue2",
|
|
"magenta3",
|
|
"cyan3",
|
|
- "gray90",
|
|
+ "gray",
|
|
"gray50",
|
|
"red",
|
|
"green",
|
|
@@ -29,7 +29,7 @@ static const char *colorname[] = {
|
|
/* foreground, background, cursor */
|
|
#define DefaultFG 7
|
|
#define DefaultBG 0
|
|
-#define DefaultCS 1
|
|
+#define DefaultCS 12
|
|
|
|
/* Special keys */
|
|
static Key key[] = {
|