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

Fix type for the current attribute.

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