Searched refs:xcurs (Results 1 – 1 of 1) sorted by relevance
444 int xcurs, ycurs; in newport_cursor() local455 xcurs = (vc->vc_pos - vc->vc_visible_origin) / 2; in newport_cursor()456 ycurs = ((xcurs / vc->vc_cols) << 4) + 31; in newport_cursor()457 xcurs = ((xcurs % vc->vc_cols) << 3) + xcurs_correction; in newport_cursor()458 newport_vc2_set(npregs, VC2_IREG_CURSX, xcurs); in newport_cursor()