Subversion Repositories Kolibri OS

Rev

Rev 1882 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1882 Rev 4248
Line 34... Line 34...
34
typedef struct
34
typedef struct
35
{
35
{
36
 unsigned char c_char;
36
 unsigned char c_char;
37
 unsigned char c_back;
37
 unsigned char c_back;
38
 unsigned char c_color;
38
 unsigned char c_color;
39
} char_info_t __attribute__((packed));
39
} char_info_t;
Line 40... Line 40...
40
 
40
 
41
typedef struct
41
typedef struct
42
{
42
{
43
 int esc[4];
43
 int esc[4];