Who has used the S-lang
library - how the system used this structure? Does each byte of the screen is represented by this struct? I use the library newt
and the last one used S-lang
.
typedef struct
{
unsigned int nchars;
SLwchar_Type wchars[SLSMG_MAX_CHARS_PER_CELL];
SLsmg_Color_Type color;
} SLsmg_Char_Type;