Compare commits
3 Commits
f1402b93cd
...
master
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6aeca1f8f6 | ||
18e35b868a | |||
e2f169dee0 |
@ -19,7 +19,7 @@ static double maxlatency = 33;
|
|||||||
static unsigned int blinktimeout = 800;
|
static unsigned int blinktimeout = 800;
|
||||||
static unsigned int cursorthickness = 2;
|
static unsigned int cursorthickness = 2;
|
||||||
static int bellvolume = 0;
|
static int bellvolume = 0;
|
||||||
char *termname = "xterm";
|
char *termname = "screen-256color";
|
||||||
unsigned int tabspaces = 2;
|
unsigned int tabspaces = 2;
|
||||||
|
|
||||||
static const char *colorname[] = {
|
static const char *colorname[] = {
|
||||||
@ -44,7 +44,7 @@ static const char *colorname[] = {
|
|||||||
[15] = "#ffffff", /* white */
|
[15] = "#ffffff", /* white */
|
||||||
|
|
||||||
/* Background and Foreground */
|
/* Background and Foreground */
|
||||||
[256] = "#161616", /* background */
|
[256] = "#121212", /* background */
|
||||||
[257] = "#ffffff", /* foreground */
|
[257] = "#ffffff", /* foreground */
|
||||||
};
|
};
|
||||||
/*
|
/*
|
||||||
@ -52,7 +52,7 @@ static const char *colorname[] = {
|
|||||||
* foreground, background, cursor, reverse cursor
|
* foreground, background, cursor, reverse cursor
|
||||||
*/
|
*/
|
||||||
unsigned int defaultfg = 257;
|
unsigned int defaultfg = 257;
|
||||||
unsigned int defaultbg = 256;
|
unsigned int defaultbg = 0;
|
||||||
unsigned int defaultcs = 15;
|
unsigned int defaultcs = 15;
|
||||||
static unsigned int defaultrcs = 257;
|
static unsigned int defaultrcs = 257;
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ VERSION = 0.9.2
|
|||||||
# Customize below to fit your system
|
# Customize below to fit your system
|
||||||
|
|
||||||
# paths
|
# paths
|
||||||
PREFIX = /usr
|
PREFIX = /usr/local
|
||||||
MANPREFIX = $(PREFIX)/share/man
|
MANPREFIX = $(PREFIX)/share/man
|
||||||
|
|
||||||
X11INC = ${PREFIX}/include
|
X11INC = ${PREFIX}/include
|
||||||
|
Reference in New Issue
Block a user