Introduction
Introduction Statistics Contact Development Disclaimer Help
tset terminal colors to xterm default ones. - st - [fork] customized build of s…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 58083da61f53cdcea2112bfe835f8aeebd44850b
parent ebc287271cd1c31a0a44826915257093867733ac
Author: AurĂ©lien Aptel <[email protected]>
Date: Thu, 2 Sep 2010 22:35:55 +0200
set terminal colors to xterm default ones.
Diffstat:
M config.def.h | 36 ++++++++++++++++-------------…
1 file changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/config.def.h b/config.def.h
t@@ -1,4 +1,4 @@
-#define TAB 8
+#define TAB 8
#define TNAME "st-256color"
#define FONT "-misc-*-medium-r-semicondensed-*-13-*-*-*-*-*-iso8859-*"
#define BOLDFONT "-misc-*-bold-r-semicondensed-*-13-*-*-*-*-*-iso8859-*"
t@@ -8,21 +8,21 @@
/* Terminal colors */
static const char *colorname[] = {
"black",
- "#CC0000",
- "#4E9A06",
- "#C4A000",
- "#3465A4",
- "#75507B",
- "#06989A",
- "#888a85",
- "#555753",
- "#EF2929",
- "#8AE234",
- "#FCE94F",
- "#729FCF",
- "#AD7FA8",
- "#34E2E2",
- "#EEEEEC"
+ "red3",
+ "green3",
+ "yellow3",
+ "blue2",
+ "magenta3",
+ "cyan3",
+ "gray90",
+ "gray50",
+ "red",
+ "green",
+ "yellow",
+ "#5c5cff",
+ "magenta",
+ "cyan",
+ "white"
};
/* Default colors (colorname index) */
t@@ -31,7 +31,7 @@ static const char *colorname[] = {
#define DefaultBG 0
#define DefaultCS 1
-/* special keys */
+/* Special keys */
static Key key[] = {
{ XK_BackSpace, "\177" },
{ XK_Delete, "\033[3~" },
t@@ -53,7 +53,7 @@ static Key key[] = {
{ XK_F12, "\033[24~" },
};
-/* line drawing characters (sometime specific to each font...) */
+/* Line drawing characters (sometime specific to each font...) */
static char gfx[] = {
['`'] = 0x01,
['a'] = 0x02,
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.