1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

Revert "[colors] test commit"

This reverts commit 7992e39476.
This commit is contained in:
Witold Filipczyk 2021-08-13 14:49:43 +02:00
parent 6d2aed2e2e
commit 443cc69740

View File

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