Home
last modified time | relevance | path

Searched refs:total_height (Results 1 – 1 of 1) sorted by relevance

/qemu/ui/
H A Dconsole-vc.c52 int total_height; member
204 y += s->total_height; in console_show_cursor()
242 if (++y1 == s->total_height) { in console_refresh()
265 if (i > s->total_height - s->height) in console_scroll()
266 i = s->total_height - s->height; in console_scroll()
269 y1 += s->total_height; in console_scroll()
398 for (y = 0; y < t->total_height; y++) { in text_console_resize()
430 if (++s->y_base == s->total_height) in vc_put_lf()
569 y1 = (s->y_base + y) % s->total_height; in vc_update_xy()
572 y2 += s->total_height; in vc_update_xy()
[all …]