1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

[colors] test commit

This commit is contained in:
Witold Filipczyk 2021-08-11 20:04:16 +02:00
parent b1317c3e46
commit 7992e39476

View File

@ -61,6 +61,7 @@ struct screen_char {
unsigned char color[SCREEN_COLOR_SIZE];
unsigned int node_number;
} c;
unsigned int indeks;
};
/** @relates screen_char */