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

Fix window retore bit (Currently unused)

parent ee90024c
No related branches found
No related tags found
No related merge requests found
......@@ -986,7 +986,7 @@ char *cterm_write(unsigned char *buf, int buflen, char *retbuf, int retsize)
cterm.xpos=wherex();
cterm.ypos=wherey();
#if 0
window(ti.winleft,ti.wintop,ti.winright,ti.wintop);
window(ti.winleft,ti.wintop,ti.winright,ti.winbottom);
gotoxy(ti.curx,ti.cury);
textattr(ti.attribute);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment