Skip to content

Commit 39f2c3b

Browse files
authored
Update and rename kpal.h to kc.h
1 parent 9bb36e0 commit 39f2c3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kpal.h renamed to kc.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
struct
22
{
3-
int cval;
3+
int cval;
44
int errf;
55
char *MODE; // "light" or "dark"
66
char *CONF; // configuration path
77
char SEL[1024]; // selected palette
8-
char CLI[1024];
98
char SEQ[1024];
109
char PRI[1024];
1110
} p;

0 commit comments

Comments
 (0)