Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dscreen.pro18 void screen_getbytes(int row, int col, char_u *bytes, int *attrp);
/vim-8.2.3635/src/
H A Dscreen.c1424 screen_getbytes(int row, int col, char_u *bytes, int *attrp) in screen_getbytes() function
H A Dedit.c1701 screen_getbytes(pc_row, pc_col, pc_bytes, &pc_attr); in edit_putchar()