summary |
log |
commit |
diff |
tree
raw |
patch |
inline | side by side (from parent 1:
2b0f50d)
When you reach full charge the symbol would change
to a question mark "?" as "Full" was not defined,
now it changes to an "o" instead.
} map[] = {
{ "Charging", "+" },
{ "Discharging", "-" },
} map[] = {
{ "Charging", "+" },
{ "Discharging", "-" },
};
size_t i;
char path[PATH_MAX], state[12];
};
size_t i;
char path[PATH_MAX], state[12];