config.h
This commit is contained in:
parent
f91aa7b5ec
commit
3fdffde3ab
6
config.h
6
config.h
|
@ -198,9 +198,9 @@ ResourcePref resources[] = {
|
||||||
{ "color13", STRING, &colorname[13] },
|
{ "color13", STRING, &colorname[13] },
|
||||||
{ "color14", STRING, &colorname[14] },
|
{ "color14", STRING, &colorname[14] },
|
||||||
{ "color15", STRING, &colorname[15] },
|
{ "color15", STRING, &colorname[15] },
|
||||||
{ "background", STRING, &colorname[258] },
|
{ "background", STRING, &colorname[251] },
|
||||||
{ "foreground", STRING, &colorname[259] },
|
{ "foreground", STRING, &colorname[254] },
|
||||||
{ "cursorColor", STRING, &colorname[256] },
|
{ "cursorColor", STRING, &colorname[255] },
|
||||||
{ "termname", STRING, &termname },
|
{ "termname", STRING, &termname },
|
||||||
{ "shell", STRING, &shell },
|
{ "shell", STRING, &shell },
|
||||||
{ "blinktimeout", INTEGER, &blinktimeout },
|
{ "blinktimeout", INTEGER, &blinktimeout },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user