Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dconsole-vc.c54 int total_height; member
204 y1 = (s->y_base + s->y) % s->total_height; in console_show_cursor()
207 y += s->total_height; in console_show_cursor()
245 if (++y1 == s->total_height) { in console_refresh()
262 if (++s->y_displayed == s->total_height) in console_scroll()
268 if (i > s->total_height - s->height) in console_scroll()
269 i = s->total_height - s->height; in console_scroll()
272 y1 += s->total_height; in console_scroll()
277 s->y_displayed = s->total_height - 1; in console_scroll()
400 cells = g_new(TextCell, t->width * t->total_height + 1); in text_console_resize()
[all …]