Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dedit.c1655 static int pc_row; variable
1671 pc_row = W_WINROW(curwin) + curwin->w_wrow; in edit_putchar()
1680 int fix_col = mb_fix_col(pc_col, pc_row); in edit_putchar()
1684 screen_putchar(' ', pc_row, fix_col, attr); in edit_putchar()
1694 if (mb_lefthalve(pc_row, pc_col)) in edit_putchar()
1701 screen_getbytes(pc_row, pc_col, pc_bytes, &pc_attr); in edit_putchar()
1704 screen_putchar(c, pc_row, pc_col, attr); in edit_putchar()
1728 if (pc_status != PC_STATUS_UNSET && pc_row >= msg_scrolled) in edit_unputchar()
1735 screen_puts(pc_bytes, pc_row - msg_scrolled, pc_col, pc_attr); in edit_unputchar()