Searched refs:pc_col (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | edit.c | 1656 static int pc_col; variable 1672 pc_col = curwin->w_wincol; in edit_putchar() 1677 pc_col += curwin->w_width - 1 - curwin->w_wcol; in edit_putchar() 1680 int fix_col = mb_fix_col(pc_col, pc_row); in edit_putchar() 1682 if (fix_col != pc_col) in edit_putchar() 1693 pc_col += curwin->w_wcol; 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() 1735 screen_puts(pc_bytes, pc_row - msg_scrolled, pc_col, pc_attr); in edit_unputchar()
|