Home
last modified time | relevance | path

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

/dports/x11/foot/foot/
H A Dsixel.c972 const int rows_left_until_wrap_around = term->grid->num_rows - cur_row; in sixel_unhook() local
973 const int usable_rows = min(rows_avail, rows_left_until_wrap_around); in sixel_unhook()