Home
last modified time | relevance | path

Searched refs:fixed_bottom (Results 1 – 1 of 1) sorted by last modified time

/dports/games/xinfocom/xinfocom/
H A Dconsole.c243 int fixed_bottom = con.bottom == con.shape.height ? MAX_HEIGHT : con.bottom; in put_char() local
244 if(con.top < fixed_bottom) in put_char()
248 for(i = con.top; i < fixed_bottom - 1; ++i) in put_char()
253 con.row[fixed_bottom - 1].fixed = f; in put_char()
254 con.row[fixed_bottom - 1].fix = b; in put_char()
255 wipe_fixed(0, fixed_bottom - 1, MAX_FIXED, fixed_bottom); in put_char()