Skip to content
Snippets Groups Projects
Commit d267205d authored by deuce's avatar deuce
Browse files

Fix type for the current attribute.

parent 0ca451ac
Branches
Tags
No related merge requests found
......@@ -59,7 +59,7 @@ struct cterminal {
int x;
int y;
char *buffer;
int attr;
unsigned char attr;
int save_xpos;
int save_ypos;
char escbuf[1024];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment