Searched refs:vc_decom (Results 1 – 2 of 2) sorted by relevance
72 unsigned int vc_decom : 1; /* Origin Mode */ member
1083 if (vc->vc_decom) { in gotoxy()1103 gotoxy(vc, new_x, vc->vc_decom ? (vc->vc_top + new_y) : new_y); in gotoxay()1388 sprintf(buf, "\033[%d;%dR", vc->vc_y + (vc->vc_decom ? vc->vc_top + 1 : 1), vc->vc_x + 1); in cursor_report()1447 vc->vc_decom = on_off; in set_mode()1647 vc->vc_decom = 0; in reset_terminal()