Lines Matching refs:msg_row
209 room = (int)(Rows - msg_row) * Columns - 1; in msg_strtrunc()
212 room = (int)(Rows - msg_row - 1) * Columns + sc_col - 1; in msg_strtrunc()
1100 cmdline_row = msg_row; in msg_end_prompt()
1143 cmdline_row = msg_row; in wait_return()
1172 cmdline_row = msg_row; in wait_return()
1272 && mouse_row < msg_row in wait_return()
1304 cmdline_row = msg_row; in wait_return()
1424 msg_row = cmdline_row; in msg_start()
1436 cmdline_row = msg_row; in msg_start()
2031 screen_puts_len(s, l, msg_row, msg_col, attr); in screen_puts_mbyte()
2039 ++msg_row; in screen_puts_mbyte()
2049 ++msg_row; in screen_puts_mbyte()
2184 if (!recurse && msg_row >= Rows - 1 && (*s == '\n' || ( in msg_puts_display()
2214 msg_row = Rows - 2; in msg_puts_display()
2298 if (++msg_row >= Rows) // safety check in msg_puts_display()
2299 msg_row = Rows - 1; in msg_puts_display()
2645 msg_row = row; in disp_sb_line()
2670 screen_puts_len(t_s, (int)(s - t_s), msg_row, msg_col, attr); in t_puts()
2680 ++msg_row; in t_puts()
3053 msg_row = Rows - 1; in do_more_prompt()
3266 screen_putchar(c, msg_row, msg_col, attr); in msg_screen_putchar()
3273 ++msg_row; in msg_screen_putchar()
3282 ++msg_row; in msg_screen_putchar()
3311 msg_row = Rows - 1; in repeat_message()
3317 msg_row = Rows - 1; in repeat_message()
3322 windgoto(msg_row, msg_col); // put cursor back in repeat_message()
3326 if (msg_row == Rows - 1) in repeat_message()
3336 msg_row = Rows - 1; in repeat_message()
3352 if (msg_row >= Rows) in msg_check_screen()
3353 msg_row = Rows - 1; in msg_check_screen()
3393 screen_fill(msg_row, msg_row + 1, 0, msg_col + 1, ' ', ' ', 0); in msg_clr_eos_force()
3394 screen_fill(msg_row + 1, (int)Rows, 0, (int)Columns, ' ', ' ', 0); in msg_clr_eos_force()
3399 screen_fill(msg_row, msg_row + 1, msg_col, (int)Columns, in msg_clr_eos_force()
3401 screen_fill(msg_row + 1, (int)Rows, 0, (int)Columns, ' ', ' ', 0); in msg_clr_eos_force()
3412 msg_row = cmdline_row; in msg_clr_cmdline()
3447 if (msg_row == Rows - 1 && msg_col >= sc_col) in msg_check()
3587 cmdline_row = msg_row; in verbose_leave_scroll()
3770 cmdline_row = msg_row; in do_dialog()